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
b76865de
Unverified
Commit
b76865de
authored
4 years ago
by
Nicolas Werner
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #409 from Nheko-Reborn/appveyor-python
Add python 3 to path in appveyor
parents
ccc59031
219ed587
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#485
passed
4 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
appveyor.yml
+1
-2
1 addition, 2 deletions
appveyor.yml
with
4 additions
and
5 deletions
CMakeLists.txt
+
3
−
3
View file @
b76865de
...
...
@@ -72,13 +72,13 @@ if(${CMAKE_VERSION} VERSION_LESS "3.14.0")
endmacro
()
endif
()
# Include Qt basic functions
include
(
QtCommon
)
project
(
nheko LANGUAGES CXX C
)
include
(
GNUInstallDirs
)
# Include Qt basic functions
include
(
QtCommon
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
"0"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"8"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"0"
)
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
2
View file @
b76865de
...
...
@@ -23,7 +23,7 @@ build:
install
:
-
set QT_DIR=C:\Qt\5.15\msvc2019_64
-
set PATH=C:\Strawberry\perl\bin;%PATH%;%QT_DIR%\bin
-
set PATH=C:\Strawberry\perl\bin;
C:\Python39-x64;
%PATH%;%QT_DIR%\bin
-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
build_script
:
...
...
@@ -46,7 +46,6 @@ build_script:
-
echo %DATE%
# Build nheko
#- cmake -G "Visual Studio 15 2017 Win64" -H. -Bbuild
-
cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild
-DHUNTER_ROOT="C:\hunter"
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF
...
...
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