Skip to content

Commit

Permalink
Travis CI updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Davidov committed Jan 2, 2019
1 parent 6355d26 commit ad5813a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,5 +16,5 @@ services:
- docker

script:
- sudo apt-get -qq -y update
- cd travis && ./travis-ci.sh

1 change: 1 addition & 0 deletions travis/99_autoshutdown.sh
Expand Up @@ -6,3 +6,4 @@ sleep 30 && poweroff &
cat << CEOF
 Minimal Linux Live will shut down in 30 seconds.
CEOF

1 change: 1 addition & 0 deletions travis/test_docker.sh
Expand Up @@ -24,3 +24,4 @@ cat << CEOF
CEOF

set +e

2 changes: 1 addition & 1 deletion travis/test_qemu.sh
Expand Up @@ -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

Expand Down Expand Up @@ -45,3 +44,4 @@ cat << CEOF
CEOF

set +e

4 changes: 3 additions & 1 deletion travis/travis-ci.sh
Expand Up @@ -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

0 comments on commit ad5813a

Please sign in to comment.