Travis CI updates.

This commit is contained in:
Ivan Davidov 2019-01-02 23:15:14 +02:00
parent 6355d261b1
commit ad5813a93c
5 changed files with 7 additions and 3 deletions

View File

@ -16,5 +16,5 @@ services:
- docker
script:
- sudo apt-get -qq -y update
- cd travis && ./travis-ci.sh

View File

@ -6,3 +6,4 @@ sleep 30 && poweroff &
cat << CEOF
 Minimal Linux Live will shut down in 30 seconds.
CEOF

View File

@ -24,3 +24,4 @@ cat << CEOF
CEOF
set +e

View File

@ -11,7 +11,6 @@ sudo apt-get -qq -y install qemu
echo "`date` | *** MLL QEMU test - BEGIN ***"
qemu-system-x86_64 -m 256M -cdrom minimal_linux_live.iso -boot d -localtime -nographic &
#qemu-system-x86_64 -m 256M -kernel work/kernel/kernel_installed/kernel -initrd work/rootfs.cpio.xz -append "console=ttyS0 console=tty0" -localtime -nographic &
sleep 5
@ -45,3 +44,4 @@ cat << CEOF
CEOF
set +e

View File

@ -12,10 +12,12 @@ sed -i "s|OVERLAY_LOCATION.*|OVERLAY_LOCATION=rootfs|" ../src/.config
while true; do sleep 300; echo "`date` | >>> Heartbeat <<<"; done &
sudo apt-get -qq update
sudo apt-get -qq -y update
sudo apt-get -qq -y upgrade
./build_mll.sh
./test_docker.sh
./test_qemu.sh
set +e