Changeset - 9ad52732f6d4
[Not reviewed]
0 1 0
vitalyster - 8 years ago 2018-02-26 16:36:47
vitalyster@gmail.com
Travis: switch macOS build to Swiften 4
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -8,15 +8,14 @@ matrix:
 
      dist: trusty
 
      sudo: required
 
    - os: osx
 
before_script:
 
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
 
      brew update;
 
      brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e6e43cf6a3%5E/Formula/cppunit.rb;
 
      brew install protobuf log4cxx popt;
 
      travis_wait 30 brew install -s libswiften;
 
      brew install cppunit protobuf log4cxx popt;
 
      travis_wait 30 brew install --devel libswiften;
 
    fi
 
script:
 
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
 
      cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON .;
 
      make;
 
      make test;
0 comments (0 inline, 0 general)