[Git][cmucl/cmucl][rtoy-gitlab-ci] Build cmucl and run tests

Raymond Toy rtoy at common-lisp.net
Sat Sep 2 20:43:55 UTC 2017


Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl


Commits:
373aaa60 by Raymond Toy at 2017-09-02T13:43:43-07:00
Build cmucl and run tests

Update snapshot to 2017-04 snapshot too.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,14 @@
 before_script:
   - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib
-  - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2
-  - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2
+  - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
+  - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
   - mkdir snapshot
   - (cd snapshot; tar xjf ../cmucl-2016-09-x86-linux.tar.bz2; tar xjf ../cmucl-2016-09-x86-linux.extra.tar.bz2)
   - git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
 
 test:
   script:
-    - ls
+    - cd cmucl
+    - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp
+    - bin/make-dist.sh -I dist-linux linux-4
+    - bin/run-tests.sh -l dist-linux/bin/lisp



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/373aaa600fa5f24b748a0137b6e406fcc1109882

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/373aaa600fa5f24b748a0137b6e406fcc1109882
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20170902/23710d8a/attachment.html>


More information about the cmucl-cvs mailing list