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

OSX: Download binaries and build.

parent b660ef49
No related branches found
No related tags found
No related merge requests found
...@@ -15,5 +15,9 @@ linux-runner: ...@@ -15,5 +15,9 @@ linux-runner:
osx-runner: osx-runner:
tags: tags:
- osx - 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: script:
- echo $PWD - bin/build.sh -C "" -o ./snapshot/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