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
bcd2a53b
Commit
bcd2a53b
authored
Sep 02, 2017
by
Raymond Toy
Browse files
Use the correct paths when untarring.
parent
92f8697e
Pipeline
#154
failed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bcd2a53b
...
...
@@ -3,7 +3,7 @@ before_script:
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2
-
mkdir snapshot
-
(cd snapshot; tar xjf cmucl-2016-09-x86-linux.tar.bz2; tar xjf cmucl-2016-09-x86-linux.extra.tar.bz2)
-
(cd snapshot; tar xjf
../
cmucl-2016-09-x86-linux.tar.bz2; tar xjf
../
cmucl-2016-09-x86-linux.extra.tar.bz2)
-
git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test
:
...
...
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