Travis CI updates.
This commit is contained in:
parent
6355d261b1
commit
ad5813a93c
@ -16,5 +16,5 @@ services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- sudo apt-get -qq -y update
|
||||
- cd travis && ./travis-ci.sh
|
||||
|
||||
|
@ -6,3 +6,4 @@ sleep 30 && poweroff &
|
||||
cat << CEOF
|
||||
[1m Minimal Linux Live will shut down in 30 seconds.[0m
|
||||
CEOF
|
||||
|
||||
|
@ -24,3 +24,4 @@ cat << CEOF
|
||||
CEOF
|
||||
|
||||
set +e
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user