@@ -143,48 +143,48 @@ steps:
143143 - tea login add -u https://git.syphon.org
144144 - tea release create --tag "${DRONE_BRANCH}-$(echo $DRONE_COMMIT_SHA | cut -c1-7)-linux" --target ${DRONE_COMMIT_SHA} --repo syphon-org/syphon --title "${DRONE_BRANCH}-nightly-linux" --asset ./syphon.nightly.linux.x64.tar.gz
145145---
146- kind : pipeline
147- type : docker
148- name : linux nightly (arm64)
149- platform :
150- os : linux
151- arch : arm64
152- trigger :
153- branch :
154- - dev
155- - main
156- event :
157- - push
158- steps :
159- - name : build linux
160- image : cirrusci/flutter:2.8.0
161- commands :
162- # Install dependencies
163- - apt-get update -y
164- - apt-get install -y cmake ninja-build clang pkg-config libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev
165- - git submodule update --init --recursive
166- # Set up flutter config
167- - flutter config --no-analytics
168- - flutter pub get
169- - flutter pub run build_runner build --delete-conflicting-outputs
170- - flutter config --enable-linux-desktop
171- # Build the linux app exec
172- - flutter build linux --release
173- - cp -a /usr/lib/x86_64-linux-gnu/libjsoncpp.so* build/linux/x64/release/bundle/lib/
174- - tar -cvzf syphon.nightly.linux.x64.tar.gz -C build/linux/x64/release/bundle .
146+ # kind: pipeline
147+ # type: docker
148+ # name: linux nightly (arm64)
149+ # platform:
150+ # os: linux
151+ # arch: arm64
152+ # trigger:
153+ # branch:
154+ # - dev
155+ # - main
156+ # event:
157+ # - push
158+ # steps:
159+ # - name: build linux
160+ # image: cirrusci/flutter:2.8.0
161+ # commands:
162+ # # Install dependencies
163+ # - apt-get update -y
164+ # - apt-get install -y cmake ninja-build clang pkg-config libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev
165+ # - git submodule update --init --recursive
166+ # # Set up flutter config
167+ # - flutter config --no-analytics
168+ # - flutter pub get
169+ # - flutter pub run build_runner build --delete-conflicting-outputs
170+ # - flutter config --enable-linux-desktop
171+ # # Build the linux app exec
172+ # - flutter build linux --release
173+ # - cp -a /usr/lib/x86_64-linux-gnu/libjsoncpp.so* build/linux/x64/release/bundle/lib/
174+ # - tar -cvzf syphon.nightly.linux.x64.tar.gz -C build/linux/x64/release/bundle .
175175
176- - name : release linux
177- image : golang:1.15
178- environment :
179- GITEA_SERVER_TOKEN :
180- from_secret : GITEA_API_TOKEN
181- commands :
182- # Modify the existing release and add the android apk
183- - go get code.gitea.io/tea
184- - go install code.gitea.io/tea
185- - tea login add -u https://git.syphon.org
186- - tea release create --tag "${DRONE_BRANCH}-$(echo $DRONE_COMMIT_SHA | cut -c1-7)-linux" --target ${DRONE_COMMIT_SHA} --repo syphon-org/syphon --title "${DRONE_BRANCH}-nightly-linux" --asset ./syphon.nightly.linux.x64.tar.gz
187- ---
176+ # - name: release linux
177+ # image: golang:1.15
178+ # environment:
179+ # GITEA_SERVER_TOKEN:
180+ # from_secret: GITEA_API_TOKEN
181+ # commands:
182+ # # Modify the existing release and add the android apk
183+ # - go get code.gitea.io/tea
184+ # - go install code.gitea.io/tea
185+ # - tea login add -u https://git.syphon.org
186+ # - tea release create --tag "${DRONE_BRANCH}-$(echo $DRONE_COMMIT_SHA | cut -c1-7)-linux" --target ${DRONE_COMMIT_SHA} --repo syphon-org/syphon --title "${DRONE_BRANCH}-nightly-linux" --asset ./syphon.nightly.linux.x64.tar.gz
187+ # ---
188188kind : pipeline
189189type : docker
190190name : linux branch build
0 commit comments