[Git][cmucl/cmucl][rtoy-rework-ci] OSX: Download binaries and build.
Raymond Toy
rtoy at common-lisp.net
Sat Nov 4 21:43:17 UTC 2017
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-darwin.tar.bz2
+ - 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/f6d1282d2cd500df0136dfa57020886df78155e4
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/f6d1282d2cd500df0136dfa57020886df78155e4
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20171104/9661bed7/attachment.html>
More information about the cmucl-cvs
mailing list