Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 9b8d5fc4 by Raymond Toy at 2017-09-03T09:24:18-07:00 Remove debugging stuff and early exit
- Early exit (with non-zero exit code) does cause the pipeline to fail, as expected.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ before_script: - - ls -F - 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... @@ -8,10 +7,6 @@ before_script:
test: script: - - 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/9b8d5fc4e928deb7925a4ff197...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/9b8d5fc4e928deb7925a4ff197... You're receiving this email because of your account on gitlab.common-lisp.net.