mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-11 00:54:29 -04:00
CI: be more verbose in the CI
This commit is contained in:
parent
00e1bb9c8d
commit
ae0764f52e
2 changed files with 2 additions and 0 deletions
|
@ -12,4 +12,5 @@ test -f $SRCDIR/CMakeLists.txt || { echo "! Missing $SRCDIR/CMakeLists.txt" ; ex
|
||||||
|
|
||||||
cd $BUILDDIR || exit 1
|
cd $BUILDDIR || exit 1
|
||||||
|
|
||||||
|
echo "# cmake $CMAKE_ARGS $SRCDIR"
|
||||||
cmake $CMAKE_ARGS $SRCDIR && make -j2 && make install DESTDIR=/build/INSTALL_ROOT
|
cmake $CMAKE_ARGS $SRCDIR && make -j2 && make install DESTDIR=/build/INSTALL_ROOT
|
||||||
|
|
|
@ -20,6 +20,7 @@ mkdir "$BUILDDIR/coveritytool"
|
||||||
tar xvf coverity_tool.tar.gz -C "$BUILDDIR/coveritytool" --strip-components 2
|
tar xvf coverity_tool.tar.gz -C "$BUILDDIR/coveritytool" --strip-components 2
|
||||||
export PATH="$BUILDDIR/coveritytool/bin:$PATH"
|
export PATH="$BUILDDIR/coveritytool/bin:$PATH"
|
||||||
|
|
||||||
|
echo "# cmake -DCMAKE_BUILD_TYPE=Debug $CMAKE_ARGS $SRCDIR"
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug $CMAKE_ARGS $SRCDIR || exit 1
|
cmake -DCMAKE_BUILD_TYPE=Debug $CMAKE_ARGS $SRCDIR || exit 1
|
||||||
cov-build --dir cov-int make -j2
|
cov-build --dir cov-int make -j2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue