blob: ef2c2acfa51234028d4953176591e7808f6bd39a [file] [log] [blame]
language: c
compiler:
- clang
- gcc
os:
- linux
- osx
script:
- mkdir build
- cd build
- cmake ..
- make
- CTEST_OUTPUT_ON_FAILURE=1 make test
notifications:
email:
recipients:
- build-status@libzip.org
on_success: change
on_failure: change