summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-01 09:10:41 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-01 09:10:41 +0100
commit777b741b7529d33df5b72e5b89f4dde9da4aefd4 (patch)
tree2c8ac53e3d52cc9f89b06901508dfc221c1f329f
parent65e3753addcf46aa8eb45c608a5a02b9043c9578 (diff)
downloadgnutls-777b741b7529d33df5b72e5b89f4dde9da4aefd4.tar.gz
.gitlab-ci.yml: added docker tag on mingw builds
That ensures that these builds are done on the gitlab.com runners which run as privileged containers (and thus have access to mount).
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2275c96985..b5b034dc9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -220,6 +220,7 @@ MinGW32/DLLs:
cp lib/includes/gnutls/*.h win32-build/lib/includes
tags:
- shared
+ - docker
only:
- tags
artifacts:
@@ -256,6 +257,7 @@ MinGW64/DLLs:
cp lib/includes/gnutls/*.h win64-build/lib/includes
tags:
- shared
+ - docker
only:
- tags
artifacts:
@@ -272,6 +274,7 @@ MinGW64:
mingw64-make -j$(nproc) && mingw64-make -C tests check -j$(nproc)
tags:
- shared
+ - docker
except:
- tags
artifacts:
@@ -292,6 +295,7 @@ MinGW32:
mingw32-make -j$(nproc) && mingw32-make -C tests check -j$(nproc)
tags:
- shared
+ - docker
except:
- tags
artifacts: