Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenVolumeMesh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
a4e71fcf
Commit
a4e71fcf
authored
May 24, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Update .gitlab-ci.yml to add VS2017 build jobs"
This reverts commit
3a6be129
.
parent
ebaabf7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
44 deletions
+25
-44
.gitlab-ci.yml
.gitlab-ci.yml
+25
-44
No files found.
.gitlab-ci.yml
View file @
a4e71fcf
.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
:
...
...
@@ -49,29 +21,38 @@ cppcheck:
paths
:
-
cppcheck.log
VS2017-64-bit
:
<<
:
*VS_GENERIC_x64
<<
:
*VS2017_COMMON
VS2017-32-bit
:
<<
:
*VS_GENERIC_x32
<<
:
*VS2017_COMMON
VS2015-64-bit
:
<<
:
*VS_GENERIC_x64
<<
:
*VS2015_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2015
VS2015-32-bit
:
<<
:
*VS_GENERIC_x32
<<
:
*VS2015_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2015
VS2013-64-bit
:
<<
:
*VS_GENERIC_x64
<<
:
*VS2013_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2013
VS2013-32-bit
:
<<
:
*VS_GENERIC_x32
<<
:
*VS2013_COMMON
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2013
doc
:
script
:
"
CI/ci-doc.sh"
...
...
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