From 4bb76458aad8ac806934f0ee2323e6e39a2710e1 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 4 Nov 2017 09:21:05 -0700 Subject: [PATCH] Set tag for linux These commands currently only work on linux. Set a tag to see if this works to enable the linux runner. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 881eed508..9b15e8043 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ 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 -- GitLab