Make travis build use packages from static.redox-os.org

This commit is contained in:
Jeremy Soller 2017-06-29 20:06:16 -06:00
parent bf9cbb5eaa
commit cb0dd7ffd5
5 changed files with 14 additions and 8 deletions

View file

@ -45,6 +45,14 @@ include mk/filesystem.mk
# Disk images
include mk/disk.mk
# Travis target
travis: FORCE
make clean
INSTALLER_FLAGS= make build/harddrive.bin.gz build/livedisk.iso
mkdir build/travis
mv build/harddrive.bin.gz build/travis/redox_$(TRAVIS_TAG).bin.gz
mv build/livedisk.iso build/travis/redox_$(TRAVIS_TAG).iso
# An empty target
FORCE: