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

Set tag for linux

These commands currently only work on linux.  Set a tag to see if this
works to enable the linux runner.
parent e87e8196
No related branches found
No related tags found
No related merge requests found
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
......@@ -6,6 +7,7 @@ before_script:
- (cd snapshot; tar xjf ../cmucl-2017-10-x86-linux.tar.bz2; tar xjf ../cmucl-2017-10-x86-linux.extra.tar.bz2)
test:
tags: linux
script:
- bin/build.sh -B boot-21c -C "" -o ./snapshot/bin/lisp
- bin/make-dist.sh -I dist-linux linux-4
......
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