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

remove no longer functional axiom check

parent 8324acef
No related branches found
No related tags found
No related merge requests found
......@@ -37,14 +37,6 @@ fi
echo_color "$BOLDGREEN" "[buildjob] Perfoming build"
time make --output-sync --no-print-directory -k -j$CPU_CORES 2>&1
# maybe check for axioms
if [[ -z "$AXIOMS_IGNORE" ]]; then
if fgrep Axiom build-log.txt >/dev/null; then
echo_color "$BOLDRED" "You used axioms, shame on you!"
exit 1
fi
fi
# maybe submit timing information
if [[ -n "$TIMING_PROJECT" && -n "$TIMING_CONF" ]]; then
# collect all information into one file
......
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