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
087c0b7c
Commit
087c0b7c
authored
Nov 04, 2017
by
Raymond Toy
Browse files
Fix syntax errors.
Validated via ci lint.
parent
4bb76458
Pipeline
#200
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
087c0b7c
before_script
:
tags
:
linux
-
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)
linux-setup
:
tags
:
-
linux
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)
test
:
tags
:
linux
tags
:
-
linux
script
:
-
bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp
-
bin/make-dist.sh -I dist-linux linux-4
-
bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log
-
bin/run-tests.sh -l dist-linux/bin/lisp 2>&1 | tee test.log
\ No newline at end of file
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