diff options
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 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 |