Raymond Toy pushed to branch rtoy-rework-ci at cmucl / cmucl Commits: f6d1282d by Raymond Toy at 2017-11-04T14:42:56-07:00 OSX: Download binaries and build. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,5 +15,9 @@ linux-runner: osx-runner: tags: - osx + before_script: + - curl -o cmucl-21c-x86-darwin.tar.bz2 https://common-lisp.net/project/cmucl/downloads/release/21c/cmucl-21c-x86-da... + - mkdir snapshot + - (cd snapshot; tar xjf ../cmucl-21c-x86-darwin.tar.bz2) script: - - echo $PWD + - bin/build.sh -C "" -o ./snapshot/bin/lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/f6d1282d2cd500df0136dfa570... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/f6d1282d2cd500df0136dfa570... You're receiving this email because of your account on gitlab.common-lisp.net.