CI: build verbose the first time, too
This commit is contained in:
parent
8f133fe113
commit
14df032803
@ -24,7 +24,7 @@ section "cmake $CMAKE_ARGS $SRCDIR"
|
|||||||
cmake $CMAKE_ARGS $SRCDIR || { echo "! CMake failed" ; exit 1 ; }
|
cmake $CMAKE_ARGS $SRCDIR || { echo "! CMake failed" ; exit 1 ; }
|
||||||
|
|
||||||
section "make"
|
section "make"
|
||||||
make -j2 || { echo "! Make recheck" ; pwd -P ; df -h ; make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
|
make -j2 VERBOSE=1 || { echo "! Make recheck" ; pwd -P ; df -h ; make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
|
||||||
|
|
||||||
section "make install"
|
section "make install"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user