Mercurial > hg > piper
changeset 212:d62a69f8d649
Or, we could do this only for Linux since the OSX build should be more
up-to-date?
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Aug 2018 10:45:25 +0100 |
parents | 41ec8ed1c2cb |
children | 5e3397af978f |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Thu Aug 09 10:43:30 2018 +0100 +++ b/.travis.yml Thu Aug 09 10:45:25 2018 +0100 @@ -13,7 +13,7 @@ before_install: - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - - ( cd ../capnproto ; git checkout v0.6.1 ) + - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git checkout v0.6.1 ) ; fi - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )