Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
-
8296f92f
by Raymond Toy at 2016-10-06T20:08:24-07:00
1 changed file:
Changes:
1 | 1 |
before_script:
|
2 | 2 |
- curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2 | tar xjf -
|
3 | 3 |
- curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2 | tar xjf -
|
4 |
|
|
5 |
test:
|
|
6 |
script:
|
|
7 |
- ls
|