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
29048160
Commit
29048160
authored
May 23, 2018
by
schultz
Browse files
removed 32bit builds with apps for VS2017, as Qt does not provide
binariews for VS2017 32 bit
parent
2bbbcc68
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
29048160
...
...
@@ -44,35 +44,6 @@ cppcheck:
paths
:
-
cppcheck.log
VS2017-32-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRUE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
-
Qt5101
artifacts
:
paths
:
-
build-release/*.exe
VS2017-32-bit-static-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
SHARED
:
"
FALSE"
APPS
:
"
ON"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
-
Qt5101
artifacts
:
paths
:
-
build-release/*.exe
VS2017-64-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
...
...
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