mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Try to add jdenticon plugin to Windows build
This commit is contained in:
parent
f16313ad32
commit
97f8c5b9f3
1 changed files with 7 additions and 0 deletions
|
@ -54,12 +54,19 @@ build_script:
|
||||||
|
|
||||||
- cmake --build build --config Release
|
- cmake --build build --config Release
|
||||||
|
|
||||||
|
- git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
|
||||||
|
- cd qt-jdenticon
|
||||||
|
- qmake
|
||||||
|
- nmake
|
||||||
|
- cd ..
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
# Variables
|
# Variables
|
||||||
- set BUILD=%APPVEYOR_BUILD_FOLDER%
|
- set BUILD=%APPVEYOR_BUILD_FOLDER%
|
||||||
- echo %BUILD%
|
- echo %BUILD%
|
||||||
- mkdir NhekoRelease
|
- mkdir NhekoRelease
|
||||||
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
|
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
|
||||||
|
- copy qt-jdenticon\release\qtjdenticon0.dll NhekoRelease\qtjdenticon0.dll
|
||||||
- copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll
|
- copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll
|
||||||
- windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe
|
- windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue