Skip to content
Snippets Groups Projects

Cirrus ci apple silicon

Merged Joe Donofry requested to merge cirrus_ci_apple_silicon into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -21,6 +21,8 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then
# so move it to the right place for the rest of the process.
( cd build || exit
unzip nheko.zip
mv build/nheko.app .
rm -rf build
)
fi
Loading