summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-15 02:55:37 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-15 13:21:39 +0100
commit97f8c5b9f3476d98e5f9c0878f34c960bdec4146 (patch)
tree050149c87a6218d5215fd0561e2c134823d071c5 /appveyor.yml
parentTry to add jdenticon plugin to macos build (diff)
downloadnheko-97f8c5b9f3476d98e5f9c0878f34c960bdec4146.tar.xz
Try to add jdenticon plugin to Windows build
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d54fffba..51bf949d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -54,12 +54,19 @@ build_script:
 
     - cmake --build build --config Release
 
+    - git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
+    - cd qt-jdenticon
+    - qmake
+    - nmake
+    - cd ..
+
 after_build:
     # Variables
     - set BUILD=%APPVEYOR_BUILD_FOLDER%
     - echo %BUILD%
     - mkdir NhekoRelease
     - 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
     - windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe