summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-15 02:07:05 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-15 02:35:17 +0100
commitf16313ad32aba158d66daed09ebe568d8c6f369d (patch)
tree524c1e61546fa5024b713d6380346b45fcfb8b72
parentAdd qt-jdention to flatpak (diff)
downloadnheko-f16313ad32aba158d66daed09ebe568d8c6f369d.tar.xz
Try to add jdenticon plugin to macos build
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 2f0ec910..5a917b03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -69,6 +69,7 @@ build-macos: -DUSE_BUNDLED_BOOST=ON -DCI_BUILD=ON - cmake --build build + - (cd build && git clone https://github.com/Nheko-Reborn/qt-jdenticon.git && cd qt-jdenticon && qmake && make -j 4 && cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS) after_script: - mv ../.hunter .hunter artifacts: