From 1dee3f74b78d9ee618a0de3e5106ba1897d0ab5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 29 May 2018 15:15:49 +0200 Subject: [PATCH] Restrict source build to linux machines --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84aa9dd8..545b79db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -385,6 +385,8 @@ Sources: only: - master script: "CI/ci-source.sh" + tags: + - Linux artifacts: paths: - OpenMesh*.zip