Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
e9988fd6
Commit
e9988fd6
authored
Oct 19, 2016
by
Jan Möbius
Browse files
caching for windows builds
parent
2f35b00a
Pipeline
#3180
canceled with stage
in 22 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9988fd6
...
...
@@ -51,9 +51,273 @@ VS2015-64-bit-shared-apps:
SHARED
:
"
TRUE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2015-64-bit-shared-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
SHARED
:
"
TRUE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2015-32-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRUE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2015-32-bit-shared-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRUE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2015-64-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
SHARED
:
"
FALSE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2015-64-bit-static-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
SHARED
:
"
FALSE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
Build/*.exe
-
build-release/*.exe
VS2015-32-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
SHARED
:
"
FALSE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2015-32-bit-static-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
SHARED
:
"
FALSE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2015
artifacts
:
paths
:
-
build-release/*.exe
VS2013-64-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
SHARED
:
"
TRUE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-64-bit-shared-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
SHARED
:
"
TRUE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-32-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRUE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-32-bit-shared-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRUE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-64-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
SHARED
:
"
FALSE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-64-bit-static-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
SHARED
:
"
FALSE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-32-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
SHARED
:
"
FALSE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
VS2013-32-bit-static-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
SHARED
:
"
FALSE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
cache
:
paths
:
-
build-release/
-
build-debug/
tags
:
-
VS2013
artifacts
:
paths
:
-
build-release/*.exe
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment