Update .travis.yml
This commit is contained in:
parent
aa9738efb2
commit
1464154615
|
@ -14,6 +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" = "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