mirror-chatterino2/.CI
pajlada 4c23f4bcea
Allow for local macOS signed builds (#4582)
Split up the CreateDMG.sh macos script to two scripts:
MacDeploy.sh - this calls macdeployqt on the built app
CreateDMG.sh - this calls dmgbuild on the built & deployed app

Add a `SKIP_VENV` environment variable to CreateDMG.sh, this can be used to use the system version of dmgbuild
Add the ability to codesign the created dmg and its contents using the `MACOS_CODESIGN_CERTIFICATE` environment variable
Moved the output name logic from CreateDMG to the `OUTPUT_DMG_PATH` environment variable

The nightly release create job also doesn't remove artifacts now, it only replaces artifacts that are conflicting.
The downside to this is that if we change the name of an artifact, we need to manually delete the old artifact.
The upside to this is that we can now upload artifacts that are not handled in the same CI job.
2023-04-29 16:07:20 +02:00
..
chatterino-nightly.flatpakref Add flatpakref file to artifacts (#4388) 2023-02-17 20:01:47 +00:00
CreateAppImage.sh Add macOS, Windows, & Ubuntu 22.04 Qt6 builds (#4522) 2023-04-15 13:25:51 +02:00
CreateDMG.sh Allow for local macOS signed builds (#4582) 2023-04-29 16:07:20 +02:00
CreateUbuntuDeb.sh Add macOS, Windows, & Ubuntu 22.04 Qt6 builds (#4522) 2023-04-15 13:25:51 +02:00
dmg-settings.py update ci to fix macos builds (#2079) 2020-10-17 16:24:02 +02:00
MacDeploy.sh Allow for local macOS signed builds (#4582) 2023-04-29 16:07:20 +02:00