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

More setup for building cmucl

 - untar the snapshot into the snapshot directory
 - git clone the cmucl repo
parent 5c92a00f
No related branches found
No related tags found
1 merge request!22Enable gitlab continuous integration
Pipeline #
before_script:
- apt-get update -qq && apt-get install -y wget bzip2
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2
- tar xjf 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
- tar xjf 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)
- git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test:
script:
......
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