mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Travis fix
The package creation is currently not needed. Should accelerate the build time in travis
This commit is contained in:
parent
74766fd626
commit
ddf320e2d6
@ -26,7 +26,7 @@ echo "compile jobs: ${JOBS:=4}"
|
||||
|
||||
# Determine package creation; True for cron and tag builds
|
||||
# Commented because tests are currently broken
|
||||
[ "${TRAVIS_EVENT_TYPE:-}" == 'cron' ] || [ -n "${TRAVIS_TAG:-}" ] && PACKAGES=package
|
||||
# [ "${TRAVIS_EVENT_TYPE:-}" == 'cron' ] || [ -n "${TRAVIS_TAG:-}" ] && PACKAGES=package
|
||||
|
||||
# Determie -dev appends to platform;
|
||||
# [ "${TRAVIS_EVENT_TYPE:-}" != 'cron' -a -z "${TRAVIS_TAG:-}" ] && PLATFORM=${PLATFORM}-dev
|
||||
|
Loading…
Reference in New Issue
Block a user