Skip to content

Commit

Permalink
trying build on OSX again again yet
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 30, 2017
1 parent 13a71bb commit c4b4eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ before_script:
- mkdir -p build
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then (git clone git://github.com/erikd/libsndfile.git && cd libsndfile && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME .. && make && make install); fi
script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; "[ ${COVERITY_SCAN_BRANCH} == 1 ] || (cd $TRAVIS_BUILD_DIR/build && cmake .. -DBUILD_STATIC_LIBRARY=ON -DBUILD_TESTS=ON && make && make test && make regression && make csdtests)"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; "(cd $TRAVIS_BUILD_DIR/build && cmake .. -DBUILD_STATIC_LIBRARY=ON -DBUILD_TESTS=ON && make)"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then "[ ${COVERITY_SCAN_BRANCH} == 1 ] || (cd $TRAVIS_BUILD_DIR/build && cmake .. -DBUILD_STATIC_LIBRARY=ON -DBUILD_TESTS=ON && make && make test && make regression && make csdtests)"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then "(cd $TRAVIS_BUILD_DIR/build && cmake .. -DBUILD_STATIC_LIBRARY=ON -DBUILD_TESTS=ON && make)"; fi

###

Expand Down

0 comments on commit c4b4eee

Please sign in to comment.