Changeset - 2e7208d2065a
[Not reviewed]
0 1 0
vitalyster - 7 years ago 2018-08-09 20:11:03
vitalyster@gmail.com
Travis: update macOS configuration (#304)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -5,17 +5,17 @@ services:
 
matrix:
 
  include:
 
    - os: linux
 
      dist: trusty
 
      sudo: required
 
    - os: osx
 
      osx_image: xcode9.4
 
before_script:
 
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
 
      brew update;
 
      brew install cppunit protobuf log4cxx popt jsoncpp;
 
      travis_wait 30 brew install -s libswiften;
 
      brew install cppunit protobuf log4cxx popt jsoncpp 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)