CI: more debugging due to disk-space problems
This commit is contained in:
parent
1cc7b40a94
commit
19617fc42d
@ -15,9 +15,11 @@ cd $BUILDDIR || exit 1
|
||||
echo "###"
|
||||
echo "### cmake $CMAKE_ARGS $SRCDIR"
|
||||
echo "###"
|
||||
df -h
|
||||
cmake $CMAKE_ARGS $SRCDIR || { echo "! CMake failed" ; exit 1 ; }
|
||||
|
||||
echo -e "###\n### make\n###"
|
||||
df -h
|
||||
make -j2 || { make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
|
||||
|
||||
echo -e "###\n### make install\n###"
|
||||
|
Loading…
Reference in New Issue
Block a user