Skip to content

Commit 03d87ca

Browse files
committed
Redefine building matrix
1 parent 274a84e commit 03d87ca

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.travis.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
1-
language: python
2-
python: "3.7"
3-
4-
compiler:
5-
- clang
6-
- gcc
1+
language: c
72

83
notifications:
94
email: false
105

6+
dist: bionic
117
addons:
128
apt:
139
packages:
1410
- cmake-data cmake libglu1-mesa-dev libgl1-mesa-dev
1511

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

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

0 commit comments

Comments
 (0)