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

Use the correct paths when untarring.

parent 92f8697e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ before_script: ...@@ -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.tar.bz2
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2
- mkdir snapshot - 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 - git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test: test:
......
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