Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
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
nheko
Commits
56846fd9
Commit
56846fd9
authored
5 years ago
by
Nicolas Werner
Committed by
Nicolas Werner
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update appveyor to vs2019 and qt5.14
parent
0d6a65af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+6
-6
6 additions, 6 deletions
appveyor.yml
with
6 additions
and
6 deletions
appveyor.yml
+
6
−
6
View file @
56846fd9
...
...
@@ -3,7 +3,7 @@
version
:
0.6.4-{build}
configuration
:
Release
image
:
Visual Studio
201
7
image
:
Visual Studio
201
9
platform
:
x64
environment
:
...
...
@@ -18,10 +18,10 @@ build:
verbosity
:
minimal
install
:
-
set QT_DIR=C:\Qt\5.1
0.1
\msvc2017_64
-
set QT_DIR=C:\Qt\5.1
4
\msvc2017_64
-
set PATH=%PATH%;%QT_DIR%\bin;C:\MinGW\bin
-
set PATH=%PATH%;C:\mingw-w64\x86_64-7.
2
.0-posix-seh-rt_v5-rev1\mingw64\bin
-
call "C:\Program Files (x86)\Microsoft Visual Studio\201
7
\Community\VC\Auxiliary\Build\vcvars64.bat"
-
set PATH=%PATH%;C:\mingw-w64\x86_64-7.
3
.0-posix-seh-rt_v5-rev1\mingw64\bin
-
call "C:\Program Files (x86)\Microsoft Visual Studio\201
9
\Community\VC\Auxiliary\Build\vcvars64.bat"
-
cd "C:\Tools\vcpkg"&& git pull && .\bootstrap-vcpkg.bat && cd %APPVEYOR_BUILD_FOLDER%
-
vcpkg install
nlohmann-json:%PLATFORM%-windows
...
...
@@ -58,7 +58,7 @@ build_script:
-
echo %DATE%
# Build & install the dependencies
-
cmake -G "Visual Studio 15 201
7
Win64" -Hdeps -B.deps
-
cmake -G "Visual Studio 15 201
9
Win64" -Hdeps -B.deps
-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake
-DUSE_BUNDLED_BOOST=OFF
-DUSE_BUNDLED_JSON=OFF
...
...
@@ -67,7 +67,7 @@ build_script:
# Build nheko
-
rm -f cmake/FindOlm.cmake
-
cmake -G "Visual Studio 15 201
7
Win64" -H. -Bbuild
-
cmake -G "Visual Studio 15 201
9
Win64" -H. -Bbuild
-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake
-DLMDBXX_INCLUDE_DIR=.deps/usr/include
-DTWEENY_INCLUDE_DIR=.deps/usr/include
...
...
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