Skip to content
GitLab
Menu
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
801a5698
Commit
801a5698
authored
Apr 18, 2018
by
Jan Möbius
Browse files
Enabled 64-bit app builds
parent
d563cdac
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
801a5698
...
...
@@ -44,11 +44,10 @@ cppcheck:
paths
:
-
cppcheck.log
.VS2015-64-bit-shared-apps
:
.VS2015-32-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x
64
"
ARCHITECTURE
:
"
x
32
"
SHARED
:
"
TRUE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
...
...
@@ -58,11 +57,12 @@ cppcheck:
paths
:
-
build-release/*.exe
.VS2015-32-bit-shared-apps
:
.VS2015-32-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRU
E"
SHARED
:
"
FALS
E"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
tags
:
...
...
@@ -71,28 +71,29 @@ cppcheck:
paths
:
-
build-release/*.exe
.VS2015-64-bit-static-apps
:
VS2017-64-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS201
5
"
BUILD_PLATFORM
:
"
VS201
7
"
ARCHITECTURE
:
"
x64"
SHARED
:
"
FALS
E"
SHARED
:
"
TRU
E"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS201
5
-
VS201
7
artifacts
:
paths
:
-
build-release/*.exe
.
VS201
5-32
-bit-static-apps
:
VS201
7-64
-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS201
5
"
ARCHITECTURE
:
"
x
32
"
BUILD_PLATFORM
:
"
VS201
7
"
ARCHITECTURE
:
"
x
64
"
SHARED
:
"
FALSE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS201
5
-
VS201
7
artifacts
:
paths
:
-
build-release/*.exe
...
...
Write
Preview
Supports
Markdown
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