aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-11-26 15:01:31 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-26 15:16:31 +1100
commit558c819962d39ed9700a0503b1a3c11a044e6d33 (patch)
tree183002fa1a7a916d970cdf30a2b90a5628606bee /.travis.yml
parentcce5b7136895080cfd27848e908f9b6a90cf8c68 (diff)
downloadskiboot-558c819962d39ed9700a0503b1a3c11a044e6d33.zip
skiboot-558c819962d39ed9700a0503b1a3c11a044e6d33.tar.gz
skiboot-558c819962d39ed9700a0503b1a3c11a044e6d33.tar.bz2
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.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f0d7b8..1640097 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