You've already forked libopenshot-audio
mirror of
https://github.com/OpenShot/libopenshot-audio.git
synced 2026-03-02 08:54:01 -08:00
Travis: OS X updates
- Switch to Travis' homebrew addon instead of calling `brew` directly. - Install gcc via homebrew. - Only run `make doc` on Linux, OS X is slow enough.
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -16,19 +16,18 @@ addons:
|
||||
- doxygen
|
||||
- graphviz
|
||||
|
||||
before_install:
|
||||
- pwd
|
||||
- |
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew update
|
||||
brew install swig unittest-cpp doxygen
|
||||
fi
|
||||
homebrew:
|
||||
update: true
|
||||
packages:
|
||||
- gcc
|
||||
- unittest-cpp
|
||||
- swig
|
||||
|
||||
script:
|
||||
- mkdir -p build; cd build;
|
||||
- cmake -DCMAKE_INSTALL_PREFIX:PATH="$TRAVIS_OS_NAME-x64" -DCMAKE_BUILD_TYPE:STRING="Debug" ../
|
||||
- make VERBOSE=1
|
||||
- make doc
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then make doc; fi
|
||||
- make install
|
||||
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user