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:
parent
1ce65f052d
commit
0f09e93140
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue