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

CI: measure the timing

parent 3ff124b7
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,9 @@ lrust-coq8.6: ...@@ -5,7 +5,9 @@ lrust-coq8.6:
# prepare # prepare
- . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect 1.6.1' - . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect 1.6.1'
# build # build
- 'time make -j8' - 'time make -j8 TIMED=y 2>&1 | tee build-log.txt'
- 'if fgrep Axiom build-log.txt >/dev/null; then exit 1; fi'
- 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" | tee build-time.txt'
cache: cache:
key: "coq8.6" key: "coq8.6"
paths: paths:
...@@ -13,3 +15,6 @@ lrust-coq8.6: ...@@ -13,3 +15,6 @@ lrust-coq8.6:
only: only:
- master - master
- ci - ci
artifacts:
paths:
- 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