Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: 3d227b6b by Raymond Toy at 2017-09-03T09:50:28-07:00 Install git (again)
While not strictly necessary, make-dist.sh uses git to determine a default lisp-implmenetation-version. We could just use -V to do that, but I think it's best to have git so that the pipeline looks as much like normal development as possible.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - 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 git - 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 @@ -9,4 +9,4 @@ test: script: - 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 + - bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3d227b6ba0ff577f2130d84d63...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3d227b6ba0ff577f2130d84d63... You're receiving this email because of your account on gitlab.common-lisp.net.