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

show more inforation in build log

parent bac93796
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ buildjob: ...@@ -5,9 +5,9 @@ buildjob:
- coq - coq
script: script:
- coqc -v - coqc -v
- 'make -j8 TIMED=y 2>&1 | tee build-log.txt' - 'time make -j8 TIMED=y 2>&1 | tee build-log.txt'
- 'grep Axiom build-log.txt && exit 1' - 'grep Axiom build-log.txt && exit 1'
- 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" > build-time.txt' - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" | tee build-time.txt'
only: only:
- master - master
- jh_simplified_resources - jh_simplified_resources
......
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