Selaa lähdekoodia

build: try to fix broken Travis-CI environment.

legacy
Sam Hocevar 8 vuotta sitten
vanhempi
commit
2159c045ba
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml Näytä tiedosto

@@ -15,11 +15,14 @@ addons:
- libsdl2-image-dev
- libsdl2-mixer-dev
- libglew-dev
# maybe this can fix clang compilation
# this can fix clang compilation
- clang-3.8
- libc++-dev

before_install:
# - .travis/before_install.sh
- if [ "$CC" = "clang" ]; then export CC="clang-3.8"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.8 -stdlib=libc++"; fi
- ./bootstrap

os:


Ladataan…
Peruuta
Tallenna