unicorn/.travis.yml

35 lines
834 B
YAML
Raw Normal View History

2016-03-01 08:49:27 +03:00
language: c
sudo: false
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap Homebrew/bundle && brew bundle; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./install-cmocka-linux.sh; fi
2016-03-01 08:49:27 +03:00
script:
- make && make -C bindings/go && make -C bindings/go test && make test
2016-03-01 08:49:27 +03:00
compiler:
- clang
- gcc
2016-03-03 18:14:25 +03:00
os:
- linux
- osx
matrix:
include:
- os: linux
dist: trusty
compiler: gcc
- os: linux
dist: trusty
compiler: clang
- os: osx
2017-03-12 16:31:49 +03:00
script: brew install --HEAD unicorn && brew test unicorn
compiler: gcc
- os: osx
2017-03-12 16:31:49 +03:00
script: brew install --HEAD unicorn && brew test unicorn
compiler: clang
allow_failures:
- os: osx
2017-03-12 16:31:49 +03:00
script: brew install --HEAD unicorn && brew test unicorn
addons:
apt:
packages:
# mingw-w64 packages too old in precise