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

prefer tee over cats

parent 3bc77e01
Branches
Tags
No related merge requests found
...@@ -7,8 +7,7 @@ buildjob: ...@@ -7,8 +7,7 @@ buildjob:
- coqc -v - coqc -v
- 'time 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'
- cat 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.
Please register or to comment