Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 38a3f48e by Raymond Toy at 2017-09-02T14:01:45-07:00 More debugging to see what we have
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ before_script: + - ls -F - 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/2017/04/cmucl-2017... - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017... @@ -10,7 +11,7 @@ test: script: - echo $SHELL - PS1='\w $ ' - - which time + - type -all time - cd cmucl - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp - bin/make-dist.sh -I dist-linux linux-4
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/38a3f48e6d5d705126eea6f48b...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/38a3f48e6d5d705126eea6f48b... You're receiving this email because of your account on gitlab.common-lisp.net.