From 0132a367b27c43c6cdd31732401ef828b7d3d320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 21 Oct 2016 14:42:52 +0200 Subject: [PATCH] Disable caching for now --- .gitlab-ci.yml | 64 -------------------------------------------------- 1 file changed, 64 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edc41fe7..f462c462 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,10 +51,6 @@ VS2015-64-bit-shared-apps: SHARED: "TRUE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -68,10 +64,6 @@ VS2015-64-bit-shared-no-apps: SHARED: "TRUE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -85,10 +77,6 @@ VS2015-32-bit-shared-apps: SHARED: "TRUE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -102,10 +90,6 @@ VS2015-32-bit-shared-no-apps: SHARED: "TRUE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -119,10 +103,6 @@ VS2015-64-bit-static-apps: SHARED: "FALSE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -136,10 +116,6 @@ VS2015-64-bit-static-no-apps: SHARED: "FALSE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -153,10 +129,6 @@ VS2015-32-bit-static-apps: SHARED: "FALSE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -170,10 +142,6 @@ VS2015-32-bit-static-no-apps: SHARED: "FALSE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2015 artifacts: @@ -189,10 +157,6 @@ VS2013-64-bit-shared-apps: SHARED: "TRUE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -206,10 +170,6 @@ VS2013-64-bit-shared-no-apps: SHARED: "TRUE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -223,10 +183,6 @@ VS2013-32-bit-shared-apps: SHARED: "TRUE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -240,10 +196,6 @@ VS2013-32-bit-shared-no-apps: SHARED: "TRUE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -257,10 +209,6 @@ VS2013-64-bit-static-apps: SHARED: "FALSE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -274,10 +222,6 @@ VS2013-64-bit-static-no-apps: SHARED: "FALSE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -291,10 +235,6 @@ VS2013-32-bit-static-apps: SHARED: "FALSE" APPS: "ON" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: @@ -308,10 +248,6 @@ VS2013-32-bit-static-no-apps: SHARED: "FALSE" APPS: "OFF" script: "CI\\Windows.bat" - cache: - paths: - - build-release/ - - build-debug/ tags: - VS2013 artifacts: