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
373aaa60
Commit
373aaa60
authored
Sep 02, 2017
by
Raymond Toy
Browse files
Build cmucl and run tests
Update snapshot to 2017-04 snapshot too.
parent
760d9c6d
Pipeline
#156
failed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
373aaa60
before_script
:
-
apt-get update -qq && apt-get install -y wget bzip2 git make gcc gcc-multilib
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/201
6
/0
9
/cmucl-201
6
-0
9
-x86-linux.tar.bz2
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/201
6
/0
9
/cmucl-201
6
-0
9
-x86-linux.extra.tar.bz2
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/201
7
/0
4
/cmucl-201
7
-0
4
-x86-linux.tar.bz2
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/201
7
/0
4
/cmucl-201
7
-0
4
-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
:
-
ls
-
cd cmucl
-
bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp
-
bin/make-dist.sh -I dist-linux linux-4
-
bin/run-tests.sh -l dist-linux/bin/lisp
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