Sign in
chromium
/
external
/
github.com
/
nih-at
/
libzip
/
ebe01b5c259fa28b4da24cc1c11ab24a31281b64
/
.
/
.travis.yml
blob: fd49e1b98e1962720c7147f1ddbbd9481a4c3e5a [
file
] [
log
] [
blame
]
language:
c
compiler:
-
clang
-
gcc
os:
-
linux
-
osx
script:
-
mkdir build
-
cd build
-
cmake ..
-
make
-
make test
notifications:
email:
recipients:
-
build
-
status@libzip.org
on_success:
change
on_failure:
change