Skip to content
Snippets Groups Projects
Commit 57b84b20 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq

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