Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
-
38a3f48e
by Raymond Toy at 2017-09-02T14:01:45-07:00
1 changed file:
Changes:
1 | 1 |
before_script:
|
2 |
+ - ls -F
|
|
2 | 3 |
- apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib
|
3 | 4 |
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
|
4 | 5 |
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
|
... | ... | @@ -10,7 +11,7 @@ test: |
10 | 11 |
script:
|
11 | 12 |
- echo $SHELL
|
12 | 13 |
- PS1='\w \$ '
|
13 |
- - which time
|
|
14 |
+ - type -all time
|
|
14 | 15 |
- cd cmucl
|
15 | 16 |
- bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp
|
16 | 17 |
- bin/make-dist.sh -I dist-linux linux-4
|