Run sys/static in the Debian task ##build (#16198)

This commit is contained in:
radare 2020-03-20 22:03:52 +01:00 committed by GitHub
parent 0968e0f7b5
commit b27910c330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,7 @@
# travis.yml for testing radare2. Initially written in 2014-2016, by jn__. Updated 2018 by damo22
# travis.yml for testing radare2.
# Initially written in 2014-2016
# by jn__. Updated 2018 by damo22
# xvilka, pancake, ret2libc in 2020
language: generic
dist: trusty

View file

@ -77,6 +77,8 @@ else
fi
export PKG_CONFIG_PATH=${TRAVIS_BUILD_DIR}/pkgcfg:${PKG_CONFIG_PATH}
if [ "${DEBPKG}" == "1" ] ; then
sys/static.sh
git clean -xdf
sys/debian.sh
# TODO: upload debian package somewhere
exit 0