Skip to content
Snippets Groups Projects
Commit 8ec855ae authored by Ralf Jung's avatar Ralf Jung
Browse files

Revert "allow configuring build target"

This reverts commit 16c8b610. We don't need this any more.
parent 16c8b610
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,8 @@ if [[ -n "$MANGLE_NAMES" ]]; then
fi
# Build
BUILD_TARGET=${BUILD_TARGET:-all}
echo_color "$BOLDGREEN" "[buildjob] Perfoming build (target: $BUILD_TARGET)"
time make $BUILD_TARGET --output-sync --no-print-directory -k -j$CPU_CORES TIMED=y 2>&1 | tee build-log.txt
echo_color "$BOLDGREEN" "[buildjob] Perfoming build"
time make --output-sync --no-print-directory -k -j$CPU_CORES TIMED=y 2>&1 | tee build-log.txt
echo_color "$BOLDGREEN" "[buildjob] Build time summary"
cat build-log.txt | egrep "(real|user): [0-9]" | tee build-time.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment