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
OpenVolumeMesh
OpenVolumeMesh
Commits
3a6be129
Commit
3a6be129
authored
May 23, 2018
by
Martin Schultz
Browse files
Update .gitlab-ci.yml to add VS2017 build jobs
use anchors for job definitions
parent
8d262665
Pipeline
#7032
failed with stage
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3a6be129
.VS_64_GENERIC_TEMPLATE
:
&VS_GENERIC_x64
variables
:
ARCHITECTURE
:
"
x64"
script
:
"
CI
\\
Windows.bat"
.VS_32_GENERIC_TEMPLATE
:
&VS_GENERIC_x32
variables
:
ARCHITECTURE
:
"
x32"
script
:
"
CI
\\
Windows.bat"
.VS2013_COMMON_TEMPLATE
:
&VS2013_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2013"
tags
:
-
VS2013
.VS2015_COMMON_TEMPLATE
:
&VS2015_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2015"
tags
:
-
VS2015
.VS2017_COMMON_TEMPLATE
:
&VS2017_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2017"
tags
:
-
VS2017
gcc-c++11
:
script
:
"
CI/ci-linux.sh
gcc
C++11"
tags
:
...
...
@@ -21,38 +49,29 @@ cppcheck:
paths
:
-
cppcheck.log
VS2017-64-bit
:
<<
:
*VS_GENERIC_x64
<<
:
*VS2017_COMMON
VS2017-32-bit
:
<<
:
*VS_GENERIC_x32
<<
:
*VS2017_COMMON
VS2015-64-bit
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2015
<<
:
*VS_GENERIC_x64
<<
:
*VS2015_COMMON
VS2015-32-bit
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2015
<<
:
*VS_GENERIC_x32
<<
:
*VS2015_COMMON
VS2013-64-bit
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2013
<<
:
*VS_GENERIC_x64
<<
:
*VS2013_COMMON
VS2013-32-bit
:
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2013
<<
:
*VS_GENERIC_x32
<<
:
*VS2013_COMMON
doc
:
script
:
"
CI/ci-doc.sh"
...
...
Jan Möbius
@moebius
mentioned in commit
a4e71fcf
·
May 24, 2018
mentioned in commit
a4e71fcf
mentioned in commit a4e71fcfe385fcd6e5defb2d0960f6525735fcd6
Toggle commit list
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