Update .travis.yml
This commit is contained in:
parent
1464154615
commit
a376ed7309
|
@ -14,7 +14,7 @@ compiler:
|
|||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install nasm; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export PATH="/usr/local/bin/:$PATH"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then alias nasm=/usr/local/bin/nasm; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install libtool autoconf git nasm pkg-config cmake; fi
|
||||
- chmod +x install.sh
|
||||
- ./install.sh
|
||||
|
|
Loading…
Reference in New Issue