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
0de37607
Commit
0de37607
authored
Nov 04, 2017
by
Raymond Toy
Browse files
Put everything in one job with a linux tag.
parent
c7a93905
Pipeline
#202
passed with stage
in 9 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0de37607
stages
:
-
setup
-
build
-
test
setup
:
tags
:
-
linux
script
:
linux-runner
:
tags
:
-
linux
before_script
:
-
apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.tar.bz2
-
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/10/cmucl-2017-10-x86-linux.extra.tar.bz2
-
mkdir snapshot
-
(cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2)
build
:
tags
:
-
linux
script
:
-
bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp
-
bin/make-dist.sh -I dist linux-4
test
:
script
:
-
bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
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