mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
CI: Play around with CI
This commit is contained in:
parent
05dc57ad2a
commit
7d30886c34
@ -168,24 +168,25 @@ build_linux:
|
|||||||
- build/linux/release/bundle/
|
- build/linux/release/bundle/
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
#snap:edge:
|
snap:edge:
|
||||||
# stage: release
|
stage: release
|
||||||
# image: "snapcore/snapcraft"
|
image: "snapcore/snapcraft"
|
||||||
# before_script:
|
before_script:
|
||||||
# - apt update && apt install git curl unzip clang cmake build-essential ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev -y
|
- apt update && apt install git curl unzip clang cmake build-essential ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev -y
|
||||||
# - git clone https://github.com/flutter/flutter.git
|
- git clone https://github.com/flutter/flutter.git
|
||||||
# - export PATH="$PATH:`pwd`/flutter/bin"
|
- export PATH="$PATH:`pwd`/flutter/bin"
|
||||||
# variables:
|
variables:
|
||||||
# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||||
# only:
|
only:
|
||||||
# - main
|
- main
|
||||||
# script: [./scripts/publish-snap-edge.sh]
|
script: [./scripts/publish-snap-edge.sh]
|
||||||
# needs: ["build_linux"]
|
needs: ["build_linux"]
|
||||||
# artifacts:
|
dependencies: ["build_linux"]
|
||||||
# paths:
|
artifacts:
|
||||||
# - "./*.snap"
|
paths:
|
||||||
# when: on_success
|
- "./*.snap"
|
||||||
# allow_failure: true
|
when: on_success
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
#snap:publish:
|
#snap:publish:
|
||||||
# stage: release
|
# stage: release
|
||||||
|
Loading…
Reference in New Issue
Block a user