Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
f6d1282d
Commit
f6d1282d
authored
Nov 04, 2017
by
Raymond Toy
Browse files
OSX: Download binaries and build.
parent
b660ef49
Pipeline
#204
passed with stage
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6d1282d
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment