Skip to content

Commit f28eae6

Browse files
committed
Redefine building matrix
1 parent 274a84e commit f28eae6

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.travis.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,36 @@ compiler:
88
notifications:
99
email: false
1010

11+
dist: bionic
1112
addons:
1213
apt:
1314
packages:
1415
- cmake-data cmake libglu1-mesa-dev libgl1-mesa-dev
1516

1617
install:
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

2023
matrix:
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

0 commit comments

Comments
 (0)