Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
-
7bdf20d1
by Raymond Toy at 2017-09-02T14:09:34-07:00
1 changed file:
Changes:
| ... | ... | @@ -11,6 +11,6 @@ test: |
| 11 | 11 |
- echo $SHELL
|
| 12 | 12 |
- PS1='\w \$ '
|
| 13 | 13 |
- type -all time
|
| 14 |
- - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp
|
|
| 14 |
+ - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
|
|
| 15 | 15 |
- bin/make-dist.sh -I dist-linux linux-4
|
| 16 | 16 |
- bin/run-tests.sh -l dist-linux/bin/lisp
|