Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
mtxclient
Commits
66aec655
Commit
66aec655
authored
3 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Update appveyor to VS2019
parent
3de33120
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1342
passed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+3
-3
3 additions, 3 deletions
appveyor.yml
with
3 additions
and
3 deletions
appveyor.yml
+
3
−
3
View file @
66aec655
...
...
@@ -3,7 +3,7 @@
version
:
0.5.1-{build}
configuration
:
Release
image
:
Visual Studio
201
7
image
:
Visual Studio
201
9
platform
:
x64
cache
:
...
...
@@ -16,11 +16,11 @@ build:
install
:
-
set PATH=%PATH%;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
-
mingw32-make.exe --version
-
call "C:\Program Files (x86)\Microsoft Visual Studio\201
7
\Community\VC\Auxiliary\Build\vcvars
64
.bat"
-
call "C:\Program Files (x86)\Microsoft Visual Studio\201
9
\Community\VC\Auxiliary\Build\vcvars
all
.bat"
x64
build_script
:
-
cmake --version
-
cmake -G "Visual Studio 1
5
201
7 Win64
" -H. -Bbuild -DHUNTER_ENABLED=ON -DHUNTER_ROOT="C:\hunter"
-
cmake -G "Visual Studio 1
6
201
9
" -H. -Bbuild -DHUNTER_ENABLED=ON -DHUNTER_ROOT="C:\hunter"
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release -DUSE_BUNDLED_GTEST=OFF -DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF
-
cmake --build build --config Release
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment