sha1collisiondetection/.travis.yml

31 строка
396 B
YAML
Исходник Обычный вид История

2017-02-28 19:34:29 +03:00
language: c
2017-03-01 17:28:51 +03:00
os:
- linux
- osx
2017-02-28 19:34:29 +03:00
2017-03-01 17:28:51 +03:00
compiler:
- gcc
- clang
2017-02-28 19:34:29 +03:00
2017-03-03 18:24:08 +03:00
env:
matrix:
2017-03-05 09:32:46 +03:00
- LIBTOOL=
2017-03-03 18:24:08 +03:00
- LIBTOOL=libtool-disabled
2017-03-01 17:28:51 +03:00
matrix:
allow_failures:
- os: osx
2017-03-03 18:24:08 +03:00
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
2017-03-01 17:28:51 +03:00
2017-02-28 19:34:29 +03:00
script:
- make
- make test
notifications:
on_success: change
on_failure: always