mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
ac97ed6f7f
commit
c1b410d8c7
@ -177,40 +177,12 @@ build_linux_arm64:
|
|||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
|
allow_failure: true
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
- build/linux/arm64/release/bundle/
|
- build/linux/arm64/release/bundle/
|
||||||
|
|
||||||
snap:edge:
|
|
||||||
stage: release
|
|
||||||
image: "diddledan/snapcraft:core18"
|
|
||||||
variables:
|
|
||||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
|
||||||
only: [main]
|
|
||||||
#before_script: [sudo apt install git -y]
|
|
||||||
script: [./scripts/publish-snap-edge.sh]
|
|
||||||
needs: ["build_linux_x86"]
|
|
||||||
dependencies: ["build_linux_x86"]
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- "./*.snap"
|
|
||||||
when: on_success
|
|
||||||
|
|
||||||
#snap:publish:
|
|
||||||
# stage: release
|
|
||||||
# image: "snapcore/snapcraft"
|
|
||||||
# variables:
|
|
||||||
# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
|
||||||
# only: [tags]
|
|
||||||
# before_script: [sudo apt install git -y]
|
|
||||||
# script: [./scripts/publish-snap-stable.sh]
|
|
||||||
# needs: ["build_linux_x86"]
|
|
||||||
# artifacts:
|
|
||||||
# paths:
|
|
||||||
# - "./*.snap"
|
|
||||||
# when: on_success
|
|
||||||
|
|
||||||
update-dependencies:
|
update-dependencies:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
needs: []
|
needs: []
|
||||||
|
Loading…
Reference in New Issue
Block a user