Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 8296f92f by Raymond Toy at 2016-10-06T20:08:24-07:00 Add test job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ before_script: - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf - - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf - + +test: + script: + - ls
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/8296f92f9419eb2a1652df3713...