Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
-
3d227b6b
by Raymond Toy at 2017-09-03T09:50:28-07:00
1 changed file:
Changes:
1 | 1 |
before_script:
|
2 |
- - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc
|
|
2 |
+ - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
|
|
3 | 3 |
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
|
4 | 4 |
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
|
5 | 5 |
- mkdir snapshot
|
... | ... | @@ -9,4 +9,4 @@ test: |
9 | 9 |
script:
|
10 | 10 |
- bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
|
11 | 11 |
- bin/make-dist.sh -I dist-linux linux-4
|
12 |
- - bin/run-tests.sh -l dist-linux/bin/lisp
|
|
12 |
+ - bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log
|