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
3f6fd3df
Commit
3f6fd3df
authored
Sep 02, 2017
by
Raymond Toy
Browse files
Oops. Use correct tarball names
parent
373aaa60
Pipeline
#157
failed with stage
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3f6fd3df
...
...
@@ -3,7 +3,7 @@ before_script:
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
-
mkdir snapshot
-
(cd snapshot; tar xjf ../cmucl-201
6
-0
9
-x86-linux.tar.bz2; tar xjf ../cmucl-201
6
-0
9
-x86-linux.extra.tar.bz2)
-
(cd snapshot; tar xjf ../cmucl-201
7
-0
4
-x86-linux.tar.bz2; tar xjf ../cmucl-201
7
-0
4
-x86-linux.extra.tar.bz2)
-
git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test
:
...
...
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