Sign in
chromium
/
external
/
github.com
/
nih-at
/
libzip
/
f520e28292d112ab1bd52d41567d89fb98cc5090
/
.
/
.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