We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce5fe9 commit 37d1b73Copy full SHA for 37d1b73
1 file changed
.travis.yml
@@ -21,6 +21,7 @@ before_install:
21
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libglfw3-dev libopenal-dev xorg-dev -y --allow-unauthenticated; fi
22
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
23
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install glfw openal-soft; fi
24
+ - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make; fi
25
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then wget http://static.kivutar.me/openal-soft-1.19.0-bin.zip; fi
26
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then 7z x openal-soft-1.19.0-bin.zip -o/c/Users/travis/openal-soft-1.19.0-bin; fi
27
0 commit comments