From 373aaa600fa5f24b748a0137b6e406fcc1109882 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 2 Sep 2017 13:43:43 -0700
Subject: [PATCH] Build cmucl and run tests

Update snapshot to 2017-04 snapshot too.
---
 .gitlab-ci.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9897b7238..ac630f84a 100644
--- 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
-- 
GitLab