Attempt a CD build after running tests.

This commit is contained in:
Kevin Lange 2015-12-27 18:52:19 -08:00
parent 8f16bfa130
commit 7174d35719

View File

@ -38,3 +38,13 @@ make
echo "=== Running test suite. ==="
expect util/test-travis.exp
echo "=== Building Live CD ==="
git clone . cdrom
pushd cdrom
make cdrom
ls -lha toaruos.iso
mkdir out
cp toaruos.iso out/latest.iso
popd # cdrom