File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 1- language : python
2- python : " 3.7"
3-
4- compiler :
5- - clang
6- - gcc
1+ language : c
72
83notifications :
94 email : false
105
6+ dist : bionic
117addons :
128 apt :
139 packages :
1410 - cmake-data cmake libglu1-mesa-dev libgl1-mesa-dev
1511
1612install :
13+ - pip3 install --upgrade pip
14+ - pip3 install conan
1715 - conan user
1816 - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
1917
2018matrix :
2119 include :
2220 - os : linux
23- dist : bionic
24- before_install :
25- - pip install --upgrade pip
26- - pip install conan
27- sudo : required
21+ compiler : gcc
22+ env :
23+ - SDL2_LIB=BUNDLED
24+ - SDL2_MIXER_LIB=BUNDLED
25+ - FLUIDSYNTH_LIB=BUNDLED
26+ - BITS=64
27+ - os : linux
28+ compiler : clang
2829 env :
2930 - SDL2_LIB=BUNDLED
3031 - SDL2_MIXER_LIB=BUNDLED
3132 - FLUIDSYNTH_LIB=BUNDLED
3233 - BITS=64
3334 - os : osx
34- language : shell
35- before_install :
36- - pip3 install --upgrade pip
37- - pip3 install conan
35+ compiler : clang
3836 env :
3937 - SDL2_LIB=BUNDLED
4038 - SDL2_MIXER_LIB=BUNDLED
You can’t perform that action at this time.
0 commit comments