Sign in
flutter
/
third_party
/
libzip
/
96de13604db580078a8e2418ed79d4e3a3f1b13e
/
.
/
.travis.yml
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