mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Build debug build on notif branch
This commit is contained in:
parent
43df8f3501
commit
d25515e676
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,6 @@ task:
|
|||
- ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip
|
||||
gitlab_script:
|
||||
- >
|
||||
[ "${CIRRUS_BRANCH}" == "master" ] && curl -X POST --fail -F token="${GITLAB_TRIGGER_TOKEN}" -F ref="${CIRRUS_BRANCH}" -F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}" -F "variables[TRIGGERED_BY]=cirrus" "https://nheko.im/api/v4/projects/2/trigger/pipeline" || true
|
||||
[ "${CIRRUS_BRANCH}" == "notif-test" ] && curl -X POST --fail -F token="${GITLAB_TRIGGER_TOKEN}" -F ref="${CIRRUS_BRANCH}" -F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}" -F "variables[TRIGGERED_BY]=cirrus" "https://nheko.im/api/v4/projects/2/trigger/pipeline" || true
|
||||
binaries_artifacts:
|
||||
path: build/nheko.zip
|
||||
|
|
|
@ -185,6 +185,7 @@ codesign-macos:
|
|||
variables:
|
||||
PLAT: "apple_silicon"
|
||||
- if : '$CI_COMMIT_BRANCH == "master"'
|
||||
- if : '$CI_COMMIT_BRANCH == "notif-test"'
|
||||
- if : $CI_COMMIT_TAG
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue