Skip to content
Snippets Groups Projects
Commit 9b8d5fc4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove debugging stuff and early exit

 - Early exit (with non-zero exit code) does cause the pipeline to
   fail, as expected.
parent 24ed6116
No related branches found
No related tags found
No related merge requests found
before_script: before_script:
- ls -F
- apt-get update -qq && apt-get install -y wget bzip2 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.tar.bz2
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
...@@ -8,10 +7,6 @@ before_script: ...@@ -8,10 +7,6 @@ before_script:
test: test:
script: script:
- echo $SHELL
- PS1='\w \$ '
- type -all time
- exit 1
- bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
- bin/make-dist.sh -I dist-linux linux-4 - bin/make-dist.sh -I dist-linux linux-4
- bin/run-tests.sh -l dist-linux/bin/lisp - bin/run-tests.sh -l dist-linux/bin/lisp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment