File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -8,33 +8,36 @@ compiler:
88notifications :
99 email : false
1010
11+ dist : bionic
1112addons :
1213 apt :
1314 packages :
1415 - cmake-data cmake libglu1-mesa-dev libgl1-mesa-dev
1516
1617install :
18+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; pip3 install --upgrade pip ; pip3 install conan ; fi
19+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; pip install --upgrade pip ; pip install conan ; fi
1720 - conan user
1821 - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
1922
2023matrix :
2124 include :
2225 - os : linux
23- dist : bionic
24- before_install :
25- - pip install --upgrade pip
26- - pip install conan
27- sudo : required
26+ compiler : clang
27+ env :
28+ - SDL2_LIB=BUNDLED
29+ - SDL2_MIXER_LIB=BUNDLED
30+ - FLUIDSYNTH_LIB=BUNDLED
31+ - BITS=64
32+ - os : linux
33+ compiler : gcc
2834 env :
2935 - SDL2_LIB=BUNDLED
3036 - SDL2_MIXER_LIB=BUNDLED
3137 - FLUIDSYNTH_LIB=BUNDLED
3238 - BITS=64
3339 - os : osx
3440 language : shell
35- before_install :
36- - pip3 install --upgrade pip
37- - pip3 install conan
3841 env :
3942 - SDL2_LIB=BUNDLED
4043 - SDL2_MIXER_LIB=BUNDLED
You can’t perform that action at this time.
0 commit comments