Skip to content

Commit

Permalink
Test bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 21, 2016
1 parent cac758c commit 0c006a6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ language: cpp
os:
- osx

matrix:
include:
# start the first coverage early so that it starts before everything else
- env: BOTTLE_PACKAGE="gtk+3"
- env: BOTTLE_PACKAGE="clutter-gtk"

compiler:
- clang
# - gcc
Expand All @@ -20,11 +26,11 @@ before_install:

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- brew unlink boost
- brew unlink $BOTTLE_PACKAGE

script:
- travis_wait 45 brew install --build-bottle boost --c++11
- brew bottle boost
- travis_wait 45 brew install --build-bottle $BOTTLE_PACKAGE
- brew bottle $BOTTLE_PACKAGE

before_deploy:
- export RELEASE_FILES=$(ls *.bottle*.tar.gz)
Expand Down

0 comments on commit 0c006a6

Please sign in to comment.