]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: added docker tag on mingw builds
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 1 Dec 2016 08:10:41 +0000 (09:10 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 1 Dec 2016 08:10:41 +0000 (09:10 +0100)
That ensures that these builds are done on the gitlab.com runners
which run as privileged containers (and thus have access to mount).

.gitlab-ci.yml

index 2275c9698531f1becf304d7bbf1593f78356fb61..b5b034dc9d970c677722e2a17991a89f8b00a0a9 100644 (file)
@@ -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: