Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
7a063199
Commit
7a063199
authored
May 24, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added VS2017 classic version
parent
a4e71fcf
Pipeline
#7042
canceled with stage
in 8 minutes and 22 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
No files found.
.gitlab-ci.yml
View file @
7a063199
...
@@ -21,6 +21,22 @@ cppcheck:
...
@@ -21,6 +21,22 @@ cppcheck:
paths
:
paths
:
-
cppcheck.log
-
cppcheck.log
VS2017-64-bit
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2015
VS2017-32-bit
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
VS2015-64-bit
:
VS2015-64-bit
:
variables
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
BUILD_PLATFORM
:
"
VS2015"
...
...
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