diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-26 15:01:31 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-26 15:16:31 +1100 |
commit | 558c819962d39ed9700a0503b1a3c11a044e6d33 (patch) | |
tree | 183002fa1a7a916d970cdf30a2b90a5628606bee /.travis.yml | |
parent | cce5b7136895080cfd27848e908f9b6a90cf8c68 (diff) | |
download | talos-skiboot-558c819962d39ed9700a0503b1a3c11a044e6d33.tar.gz talos-skiboot-558c819962d39ed9700a0503b1a3c11a044e6d33.zip |
Add Debian Jessie installer boot test
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1f0d7b80..16400971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ env: script: - (cd opal-ci; ./build-qemu-powernv.sh) + - ./opal-ci/fetch-debian-jessie-installer.sh - make -j4 all check ; (make clean; cd external/gard && make) ; (make clean; cd external/pflash && make) - make clean && SKIBOOT_GCOV=1 make && SKIBOOT_GCOV=1 make check - make clean && rm -rf builddir && mkdir builddir && make SRC=`pwd` -f ../Makefile -C builddir |