Parcourir la source

Trick Travis-CI into installing libslang2-dev.

tags/v0.99.beta20
Sam Hocevar il y a 8 ans
Parent
révision
2b68df927b
1 fichiers modifiés avec 11 ajouts et 3 suppressions
  1. +11
    -3
      .travis.yml

+ 11
- 3
.travis.yml Voir le fichier

@@ -8,14 +8,22 @@ addons:
- build-essential
- pkg-config
- libncursesw5-dev
- libslang2-dev
- libx11-dev
- libimlib2-dev
- freeglut3-dev
- ruby-dev
# XXX: not supported by Travis-CI, see
# https://github.com/travis-ci/apt-package-whitelist/issues/1422
# ... so we just build-dep on libcaca-dev!
- libslang2-dev
- libcaca-dev
# XXX: not supported by Travis-CI, see
# https://github.com/travis-ci/apt-package-whitelist/issues/2309
- libimlib2-dev
# FIXME: disable this for now, as it just outputs garbage
#- texlive-fonts-recommended
#- doxygen-latex
- ruby-dev
# XXX: not supported by Travis-CI, see
# https://github.com/travis-ci/apt-package-whitelist/issues/2308
- ruby-minitest

# Travis does shallow clones, but we use the Git history


Chargement…
Annuler
Enregistrer