Skip to content
Snippets Groups Projects
Verified Commit 2dfb0f1d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Make macos builds fail again

parent 0a55c8ee
No related branches found
No related tags found
No related merge requests found
Pipeline #4762 failed
#!/usr/bin/env sh
set -u
set -ue
# unused
#TAG=$(git tag -l --points-at HEAD)
......@@ -21,9 +21,9 @@ cmake -GNinja -S. -Bbuild \
-DUSE_BUNDLED_OPENSSL=ON \
-DCI_BUILD=ON
cmake --build build
( cd build || exit
( cd build
git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
( cd qt-jdenticon || exit
( cd qt-jdenticon
qmake
make -j 4
cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment