File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,8 @@ macos-build:
60
60
- python3 -u krita-deps-management/ci-utilities/run-ci-build.py --project $CI_PROJECT_NAME --branch $CI_COMMIT_REF_NAME --platform MacOS/Qt5/Shared --skip-publishing 2>&1 | tee build-krita.log
61
61
- env BUILDROOT=$CI_PROJECT_DIR $CI_PROJECT_DIR/packaging/macos/osxdeploy.sh | tee build-dmg.log
62
62
63
- # FIXME: disable signing of the macOS packages until the signer issue is fixed:
64
- # https://phabricator.kde.org/T17301
65
- # - python3 ci-notary-service/signmacapp.py --config upstream-ci-utilities/signing/signmacapp.ini _packaging/*.dmg 2>&1 | tee dmg-sign.log
66
- # - python3 ci-notary-service/notarizemacapp.py --config upstream-ci-utilities/signing/notarizemacapp.ini _packaging/*.dmg 2>&1 | tee dmg-notarize.log
67
-
63
+ - python3 ci-notary-service/signmacapp.py --config upstream-ci-utilities/signing/signmacapp.ini _packaging/*.dmg 2>&1 | tee dmg-sign.log
64
+ - python3 ci-notary-service/notarizemacapp.py --config upstream-ci-utilities/signing/notarizemacapp.ini _packaging/*.dmg 2>&1 | tee dmg-notarize.log
68
65
- python3 -u build-tools/ci-scripts/upload-nightly-packages.py --platform macos --folder $CI_PROJECT_DIR/_packaging 2>&1 | tee dmg-publish.log
69
66
coverage : ' /^TOTAL.*\s+(\d+\%)$/'
70
67
You can’t perform that action at this time.
0 commit comments