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
OpenMesh
OpenMesh
Commits
801a5698
Commit
801a5698
authored
Apr 18, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enabled 64-bit app builds
parent
d563cdac
Pipeline
#6840
failed with stage
in 31 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
.gitlab-ci.yml
.gitlab-ci.yml
+16
-15
No files found.
.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
:
-
build-release/*.exe
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
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