Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
1f0ecef4
Commit
1f0ecef4
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First VS2017 try
parent
138e6983
Pipeline
#6810
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
0 deletions
+119
-0
.gitlab-ci.yml
.gitlab-ci.yml
+105
-0
CI/Windows.bat
CI/Windows.bat
+14
-0
No files found.
.gitlab-ci.yml
View file @
1f0ecef4
...
...
@@ -44,6 +44,111 @@ cppcheck:
paths
:
-
cppcheck.log
#VS2015-64-bit-shared-apps:
# variables:
# BUILD_PLATFORM: "VS2015"
# ARCHITECTURE: "x64"
# SHARED: "TRUE"
# APPS: "ON"
# script: "CI\\Windows.bat"
# tags:
# - VS2015
# artifacts:
# paths:
# - build-release/*.exe
VS2017-64-bit-shared-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
SHARED
:
"
TRUE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
artifacts
:
paths
:
-
build-release/*.exe
#VS2015-32-bit-shared-apps:
# variables:
# BUILD_PLATFORM: "VS2015"
# ARCHITECTURE: "x32"
# SHARED: "TRUE"
# APPS: "ON"
# script: "CI\\Windows.bat"
# tags:
# - VS2015
# artifacts:
# paths:
# - build-release/*.exe
VS2017-32-bit-shared-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
SHARED
:
"
TRUE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
artifacts
:
paths
:
-
build-release/*.exe
#VS2015-64-bit-static-apps:
# variables:
# BUILD_PLATFORM: "VS2015"
# ARCHITECTURE: "x64"
# SHARED: "FALSE"
# APPS: "ON"
# script: "CI\\Windows.bat"
# tags:
# - VS2015
# artifacts:
# paths:
# - build-release/*.exe
VS2017-64-bit-static-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
SHARED
:
"
FALSE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
artifacts
:
paths
:
-
build-release/*.exe
#VS2015-32-bit-static-apps:
# variables:
# BUILD_PLATFORM: "VS2015"
# ARCHITECTURE: "x32"
# SHARED: "FALSE"
# APPS: "ON"
# script: "CI\\Windows.bat"
# tags:
# - VS2015
# artifacts:
# paths:
# - build-release/*.exe
VS2017-32-bit-static-no-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
SHARED
:
"
FALSE"
APPS
:
"
OFF"
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2017
artifacts
:
paths
:
-
build-release/*.exe
VS2015-64-bit-shared-apps
:
variables
:
BUILD_PLATFORM
:
"
VS2015"
...
...
CI/Windows.bat
View file @
1f0ecef4
...
...
@@ -69,6 +69,20 @@ IF "%BUILD_PLATFORM%" == "VS2015" (
)
IF
"
%BUILD_PLATFORM%
"
==
"VS2017"
(
set
LIBPATH
=
E
:\libs\VS2017
set
GTESTVERSION
=
gtest
-
1
.7.0
set
GENERATOR
=
Visual
Studio
15
%ARCH_VS%
set
VS_PATH
=
"C:\Program Files (x86)\Microsoft Visual Studio 15.0\Common7\IDE\devenv.com"
set
QT_VERSION
=
IF
"
%ARCHITECTURE%
"
==
"x64"
(
set
QT_INSTALL_PATH
=
E
:\Qt\Qt5.10.1\5.10.1\msvc2017_64
set
QT_BASE_CONFIG
=
-DQT
5
_INSTALL_PATH
=
E
:\Qt\Qt5.10.1\5.10.1\msvc2017_64
)
)
IF
"
%APPS%
"
==
"ON"
(
set
STRING_APPS
=
...
...
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