|
@@ -26,10 +26,10 @@
|
|
then
|
|
then
|
|
pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ;
|
|
pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ;
|
|
fi || exit 1;
|
|
fi || exit 1;
|
|
- - make -j"$JOBS"
|
|
|
|
|
|
+ - $MAKE -j"$JOBS"
|
|
- if test -n "$MAKE_CHECK_ARGS";
|
|
- if test -n "$MAKE_CHECK_ARGS";
|
|
then
|
|
then
|
|
- make -j"$JOBS" $MAKE_CHECK_ARGS ;
|
|
|
|
|
|
+ $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
|
|
fi
|
|
fi
|
|
- ccache --show-stats
|
|
- ccache --show-stats
|
|
|
|
|
|
@@ -60,7 +60,7 @@
|
|
- cd build
|
|
- cd build
|
|
- find . -type f -exec touch {} +
|
|
- find . -type f -exec touch {} +
|
|
# Avoid recompiling by hiding ninja with NINJA=":"
|
|
# Avoid recompiling by hiding ninja with NINJA=":"
|
|
- - make NINJA=":" $MAKE_CHECK_ARGS
|
|
|
|
|
|
+ - $MAKE NINJA=":" $MAKE_CHECK_ARGS
|
|
|
|
|
|
.native_test_job_template:
|
|
.native_test_job_template:
|
|
extends: .common_test_job_template
|
|
extends: .common_test_job_template
|