[Git][cmucl/cmucl][rtoy-gitlab-ci] Add test job
Raymond Toy
rtoy at common-lisp.net
Fri Oct 7 03:08:33 UTC 2016
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-09-x86-linux.tar.bz2 | tar xjf -
- curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2 | tar xjf -
+
+test:
+ script:
+ - ls
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/8296f92f9419eb2a1652df3713ca59dd7c2bb633
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161007/a5781cab/attachment-0001.html>
More information about the cmucl-cvs
mailing list