Run sys/static in the Debian task ##build (#16198)
This commit is contained in:
parent
0968e0f7b5
commit
b27910c330
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue