Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenVolumeMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
3a6be129
Commit
3a6be129
authored
May 23, 2018
by
Martin Schultz
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
44 additions
and
25 deletions
+44
-25
.gitlab-ci.yml
.gitlab-ci.yml
+44
-25
No files found.
.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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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