summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-21 08:40:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-21 08:40:37 +0100
commitdd067f51858f4f0683e39b4cc000394ad2c8cf91 (patch)
tree90f11d1715af630df69b86760bbebdc7c0604fb8
parent0997a7d43c55d83e10b8b09b18664e2a5846ee64 (diff)
downloadgnutls_3_4_x.tar.gz
.gitlab-ci.yml: added docker tag on mingw buildsgnutls_3_4_x
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 0dcd680121..5b563d181b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,6 +120,7 @@ Release build for windows32 DLLs:
mingw32-make -j4 && mingw32-make -C tests check -j4
tags:
- shared
+ - docker
only:
- tags
artifacts:
@@ -144,6 +145,7 @@ Release build for windows64 DLLs:
mingw64-make -j4 && mingw64-make -C tests check -j4
tags:
- shared
+ - docker
only:
- tags
artifacts:
@@ -168,6 +170,7 @@ Build and Check for windows64 in separate build dir:
mingw64-make -j4 && mingw64-make -C tests check -j4
tags:
- shared
+ - docker
except:
- tags
artifacts:
@@ -190,6 +193,7 @@ Build and Check for windows32 in separate build dir:
mingw32-make -j4 && mingw32-make -C tests check -j4
tags:
- shared
+ - docker
except:
- tags
artifacts: