Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
01f8217b
Commit
01f8217b
authored
Aug 26, 2020
by
Raymond Toy
Browse files
Add -R flag to recompile lisp
parent
ad3862c9
Pipeline
#1785
passed with stage
in 9 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
01f8217b
...
...
@@ -12,7 +12,7 @@ linux-runner:
-
mkdir snapshot
-
(cd snapshot; tar xjf ../cmucl-$version-linux.tar.bz2; tar xjf ../cmucl-$version-linux.extra.tar.bz2)
script
:
-
bin/build.sh $bootstrap -C "" -o snapshot/bin/lisp
-
bin/build.sh $bootstrap
-R
-C "" -o snapshot/bin/lisp
-
bin/make-dist.sh -I dist linux-4
-
bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
...
...
@@ -24,6 +24,6 @@ osx-runner:
-
mkdir snapshot
-
(cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)
script
:
-
bin/build.sh $bootstrap -C "" -o snapshot/bin/lisp
-
bin/build.sh $bootstrap
-R
-C "" -o snapshot/bin/lisp
-
bin/make-dist.sh -I dist darwin-4
-
bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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