cctools-port/.travis.yml

15 lines
423 B
YAML
Raw Normal View History

2015-08-23 22:35:42 +00:00
language: cpp
2017-04-01 18:42:35 +00:00
dist: trusty
2015-08-23 22:35:42 +00:00
os:
- linux
compiler:
- clang
before_install:
2017-04-01 18:42:35 +00:00
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -y git gcc g++ gobjc llvm-dev cmake; fi
2015-08-23 22:35:42 +00:00
script:
2017-04-01 18:42:35 +00:00
- mkdir -p tmp && TMP=$PWD/tmp && git clone https://github.com/tpoechtrager/apple-libtapi.git && cd apple-libtapi && INSTALLPREFIX=$TMP ./build.sh && ./install.sh && cd .. && cd cctools && ./configure --with-libtapi=$TMP && make