Disable caching for now
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user