File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 1- language : python
2-
31jobs :
42 include :
53 - os : linux
4+ language : python
65 python : 3.7
7- before_install :
8- - export CC=gcc-5
9- - export CXX=g++-5
6+ addons :
7+ apt :
8+ sources :
9+ - ubuntu-toolchain-r-test
10+ packages :
11+ - gcc-5
12+ - g++-5
13+ env :
14+ - CC=gcc-5
15+ - CXX=g++-5
1016 - os : osx
11- osx_image : xcode10.2
12- before_install :
13- - export MACOSX_DEPLOYMENT_TARGET=10.9
14- - export CC=clang
15- - export CXX=clang++
16- addons :
17- apt :
18- sources :
19- - ubuntu-toolchain-r-test
20- packages :
21- - gcc-5
22- - g++-5
17+ language : sh
18+ addons :
19+ homebrew :
20+ packages : python3
21+ env :
22+ - MACOSX_DEPLOYMENT_TARGET=10.9
23+ - CC=clang
24+ - CXX=clang++
2325install :
2426 - pip install numpy
2527 - pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
You can’t perform that action at this time.
0 commit comments