summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-05-16 19:21:13 +0000
committerjak1 <mike.wollmann@gmail.com>2021-05-16 19:21:13 +0000
commitbed7032eab8e3b06b9a0e47d6b6c2ec45f43504d (patch)
treec454cea96657ec390db1d6e078fdfbceecf1b79a /.gitlab-ci.yml
parent1935c3f18cd73a4396d3d603d49dfb14602a9a6a (diff)
downloadappimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.tar.gz
appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.tar.bz2
appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.tar.xz
appimg-builder-bed7032eab8e3b06b9a0e47d6b6c2ec45f43504d.zip
added gtmw tag for usage with our own runner
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30fe782..1ffa10b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ x86_64-AppImage:
image: ubuntu:trusty
stage: build
tags:
+ - gtmw
- docker
before_script:
- apt-get update -qq
@@ -33,6 +34,7 @@ i386-AppImage:
image: i386/ubuntu:trusty
stage: build
tags:
+ - gtmw
- docker
before_script:
- apt-get update -qq
@@ -58,6 +60,7 @@ deb_pkg:
image: ubuntu:trusty
stage: build
tags:
+ - gtmw
- docker
before_script:
- apt-get update -qq