File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,21 +9,22 @@ compiler:
99services :
1010 - docker
1111
12- os :
13- - linux
14- - osx
12+ matrix :
13+ exclude : # On OSX g++ is a symlink to clang++ by default
14+ - os : osx
15+ compiler : gcc
1516
1617before_install :
17- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker pull ubuntu:17 .04 ; fi
18+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker pull ubuntu:16 .04 ; fi
1819 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run -e CXX="$CXX" --name travis-ci -v $TRAVIS_BUILD_DIR:/zipper -td ubuntu:16.04 /bin/bash ; fi
1920
2021install :
2122 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker exec -ti travis-ci bash -c "cd zipper && ./.integration/travis-install-linux.sh" ; fi
22- - if [[ "$TRAVIS_OS_NAME" == "osx" && "$CXX" != "g++" ]]; then ./.integration/travis-install-osx.sh ; fi
23+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.integration/travis-install-osx.sh ; fi
2324
2425script :
2526 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker exec -ti travis-ci bash -c "cd zipper && ./.integration/travis-launch_tests.sh" ; fi
26- - if [[ "$TRAVIS_OS_NAME" == "osx" && "$CXX" != "g++" ]]; then ./.integration/travis-launch_tests.sh ; fi
27+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.integration/travis-launch_tests.sh ; fi
2728
2829after_success :
2930 - if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" == "g++" ]]; then docker exec -ti travis-ci bash -c "cd zipper && ./.integration/travis-deploy.sh" ; fi
Original file line number Diff line number Diff line change 11![ Zipper] ( https://github.com/sebastiandev/zipper/blob/master/logo.png )
2- [ ![ Build Status] ( https://travis-ci.org/sebastiandev/zipper.svg?branch=development )] ( https://travis-ci.org/sebastiandev/zipper ) [ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/sebastiandev/zipper )] ( https://ci.appveyor.com/api/projects/status/github/sebastiandev/zipper )
2+
3+ | Branch | ** ` Linux/Mac OS ` ** | ** ` Windows ` ** |
4+ | -----------| ------------------| -------------|
5+ | master | [ ![ Build Status] ( https://travis-ci.org/sebastiandev/zipper.svg?branch=master )] ( https://travis-ci.org/sebastiandev/zipper ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/github/sebastiandev/zipper )] ( https://ci.appveyor.com/api/projects/status/github/sebastiandev/zipper ) |
6+ | development| [ ![ Build Status] ( https://travis-ci.org/sebastiandev/zipper.svg?branch=development )] ( https://travis-ci.org/sebastiandev/zipper ) ||
37
48C++ wrapper around minizip compression library
59
You can’t perform that action at this time.
0 commit comments