[Git][cmucl/cmucl][rtoy-gitlab-ci] More testing of CI
Raymond Toy
rtoy at common-lisp.net
Sun Sep 3 16:16:13 UTC 2017
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
24ed6116 by Raymond Toy at 2017-09-03T09:16:07-07:00
More testing of CI
- Don't need to install git anymore
- exit early from build script to see if that makes the test fail.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
before_script:
- ls -F
- - apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib time bc
+ - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc
- 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
@@ -11,6 +11,7 @@ test:
- echo $SHELL
- PS1='\w \$ '
- type -all time
+ - exit 1
- 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/24ed611667f43b267e076a0319fcb73ff1db7a99
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/24ed611667f43b267e076a0319fcb73ff1db7a99
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/20170903/c86eff9e/attachment.html>
More information about the cmucl-cvs
mailing list