mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	Merge branch 'main' of gitlab.com:famedly/fluffychat into main
This commit is contained in:
		
						commit
						9b248925c7
					
				@ -168,24 +168,25 @@ build_linux:
 | 
			
		||||
      - build/linux/release/bundle/
 | 
			
		||||
  allow_failure: true
 | 
			
		||||
 | 
			
		||||
#snap:edge:
 | 
			
		||||
#  stage: release
 | 
			
		||||
#  image: "snapcore/snapcraft"
 | 
			
		||||
#  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
 | 
			
		||||
#    - git clone https://github.com/flutter/flutter.git
 | 
			
		||||
#    - export PATH="$PATH:`pwd`/flutter/bin"
 | 
			
		||||
#  variables:
 | 
			
		||||
#    SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
 | 
			
		||||
#  only:
 | 
			
		||||
#    - main
 | 
			
		||||
#  script: [./scripts/publish-snap-edge.sh]
 | 
			
		||||
#  needs: ["build_linux"]
 | 
			
		||||
#  artifacts:
 | 
			
		||||
#    paths:
 | 
			
		||||
#      - "./*.snap"
 | 
			
		||||
#    when: on_success
 | 
			
		||||
#  allow_failure: true
 | 
			
		||||
snap:edge:
 | 
			
		||||
  stage: release
 | 
			
		||||
  image: "snapcore/snapcraft"
 | 
			
		||||
  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
 | 
			
		||||
    - git clone https://github.com/flutter/flutter.git
 | 
			
		||||
    - export PATH="$PATH:`pwd`/flutter/bin"
 | 
			
		||||
  variables:
 | 
			
		||||
    SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
 | 
			
		||||
  only:
 | 
			
		||||
    - main
 | 
			
		||||
  script: [./scripts/publish-snap-edge.sh]
 | 
			
		||||
  needs: ["build_linux"]
 | 
			
		||||
  dependencies: ["build_linux"]
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - "./*.snap"
 | 
			
		||||
    when: on_success
 | 
			
		||||
  allow_failure: true
 | 
			
		||||
 | 
			
		||||
#snap:publish:
 | 
			
		||||
#  stage: release
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user