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... - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017... - 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/24ed611667f43b267e076a0319...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/24ed611667f43b267e076a0319... You're receiving this email because of your account on gitlab.common-lisp.net.