From: Nikos Mavrogiannopoulos Date: Thu, 1 Dec 2016 08:10:41 +0000 (+0100) Subject: .gitlab-ci.yml: added docker tag on mingw builds X-Git-Tag: gnutls_3_5_7~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777b741b7529d33df5b72e5b89f4dde9da4aefd4;p=thirdparty%2Fgnutls.git .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). --- 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: