File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ x-ccache-setup-steps: &ccache-setup-steps
77os : linux
88dist : xenial
99language : cpp
10+ env :
11+ global :
12+ - PYTHON_VERSION="2.7.15"
1013jobs :
1114 include :
1215 - stage : " Compile"
2023 - g++-6
2124 install : *ccache-setup-steps
2225 script :
23- - pyenv global 2.7.15
26+ - pyenv global ${PYTHON_VERSION}
2427 - ./configure
2528 - make -j2 -C out V=1 v8
2629
3437 - g++-6
3538 install : *ccache-setup-steps
3639 script :
37- - pyenv global 2.7.15
40+ - pyenv global ${PYTHON_VERSION}
3841 - ./configure
3942 - make -j2 V=1
4043 - cp out/Release/node /home/travis/.ccache
4750 - mkdir -p out/Release
4851 - cp /home/travis/.ccache/node out/Release/node
4952 script :
50- - pyenv global 2.7.15
53+ - pyenv global ${PYTHON_VERSION}
5154 - python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare default
5255
5356 - name : " Test C++ Suites"
6366 - cp /home/travis/.ccache/cctest out/Release/cctest
6467 - touch config.gypi
6568 script :
66- - pyenv global 2.7.15
69+ - pyenv global ${PYTHON_VERSION}
6770 - out/Release/cctest
6871 - make -j1 V=1 test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
6972 - python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare addons js-native-api node-api
7275 language : node_js
7376 node_js : " node"
7477 install :
75- - pyenv global 2.7.15
78+ - pyenv global ${PYTHON_VERSION}
7679 - make lint-py-build || true
7780 script :
7881 - NODE=$(which node) make lint lint-py
You can’t perform that action at this time.
0 commit comments