Sign in
flutter
/
third_party
/
libzip
/
7ed6a929bc821499a8bc8367d315d70de7ba663a
/
.
/
.travis.yml
blob: bbcbe14934405822d5d69638f15efbf2177ae435 [
file
] [
log
] [
blame
]
language:
c
compiler:
-
clang
-
gcc
os:
-
linux
-
osx
before_install:
-
if [
"$TRAVIS_OS_NAME"
!=
"linux"
]; then
brew update;
brew uninstall libtool;
brew install libtool;
fi
script:
-
autoreconf
-
fiv
-
./configure
-
make
-
make check