1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

enable verbose mode

This commit is contained in:
Stefan Lankes 2017-01-08 17:33:36 +01:00
parent 1ce65f052d
commit 0f09e93140

View file

@ -21,7 +21,7 @@ script:
- mkdir -p $TOPDIR/tmp/bootstrap
- cd -
- ./configure
- make -j2 T=1 all
- make -j2 V=1 T=1 all
env:
global:
- TOPDIR=/home/travis/build