mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
CI/CD: Builds with no custom anims
This commit is contained in:
parent
0e338f7964
commit
c3731e6540
2 changed files with 171 additions and 2 deletions
128
.ci_files/anims_ofw.txt
Normal file
128
.ci_files/anims_ofw.txt
Normal file
|
@ -0,0 +1,128 @@
|
||||||
|
Filetype: Flipper Animation Manifest
|
||||||
|
Version: 1
|
||||||
|
|
||||||
|
Name: L1_Waves_128x50
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 5
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Laptop_128x51
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 7
|
||||||
|
Min level: 1
|
||||||
|
Max level: 1
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Sleep_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 10
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Recording_128x51
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 8
|
||||||
|
Min level: 1
|
||||||
|
Max level: 1
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Furippa1_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 6
|
||||||
|
Min level: 1
|
||||||
|
Max level: 1
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L2_Furippa2_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 6
|
||||||
|
Min level: 2
|
||||||
|
Max level: 2
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L3_Furippa3_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 6
|
||||||
|
Min level: 3
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Read_books_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 8
|
||||||
|
Min level: 1
|
||||||
|
Max level: 1
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L2_Hacking_pc_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 8
|
||||||
|
Min level: 2
|
||||||
|
Max level: 2
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Cry_128x64
|
||||||
|
Min butthurt: 8
|
||||||
|
Max butthurt: 13
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Boxing_128x64
|
||||||
|
Min butthurt: 10
|
||||||
|
Max butthurt: 13
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Mad_fist_128x64
|
||||||
|
Min butthurt: 9
|
||||||
|
Max butthurt: 13
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Mods_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 9
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 5
|
||||||
|
|
||||||
|
Name: L1_Painting_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 7
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 4
|
||||||
|
|
||||||
|
Name: L3_Hijack_radio_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 8
|
||||||
|
Min level: 3
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L3_Lab_research_128x54
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 10
|
||||||
|
Min level: 3
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L2_Soldering_128x64
|
||||||
|
Min butthurt: 0
|
||||||
|
Max butthurt: 10
|
||||||
|
Min level: 2
|
||||||
|
Max level: 2
|
||||||
|
Weight: 3
|
||||||
|
|
||||||
|
Name: L1_Leaving_sad_128x64
|
||||||
|
Min butthurt: 14
|
||||||
|
Max butthurt: 14
|
||||||
|
Min level: 1
|
||||||
|
Max level: 3
|
||||||
|
Weight: 3
|
45
.drone.yml
45
.drone.yml
|
@ -11,7 +11,7 @@ steps:
|
||||||
- git submodule foreach git config --local gc.auto 0
|
- git submodule foreach git config --local gc.auto 0
|
||||||
- git log -1 --format='%H'
|
- git log -1 --format='%H'
|
||||||
|
|
||||||
- name: "Build default fw"
|
- name: "Build default FW"
|
||||||
image: hfdj/fztools
|
image: hfdj/fztools
|
||||||
pull: never
|
pull: never
|
||||||
commands:
|
commands:
|
||||||
|
@ -28,15 +28,39 @@ steps:
|
||||||
FBT_TOOLS_CUSTOM_LINK:
|
FBT_TOOLS_CUSTOM_LINK:
|
||||||
from_secret: fbt_link
|
from_secret: fbt_link
|
||||||
|
|
||||||
|
- name: "Build no anims FW"
|
||||||
|
image: hfdj/fztools
|
||||||
|
pull: never
|
||||||
|
commands:
|
||||||
|
- rm -f assets/dolphin/external/manifest.txt
|
||||||
|
- cp .ci_files/anims_ofw.txt assets/dolphin/external/manifest.txt
|
||||||
|
- export DIST_SUFFIX=${DRONE_TAG}
|
||||||
|
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
|
||||||
|
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
||||||
|
- mkdir artifacts-ofw-anims
|
||||||
|
- mv dist/f7-C/* artifacts-ofw-anims/
|
||||||
|
- ls -laS artifacts-ofw-anims
|
||||||
|
- ls -laS artifacts-ofw-anims/f7-update-${DRONE_TAG}
|
||||||
|
- echo '' >> CHANGELOG.md
|
||||||
|
- echo '### [No Custom animations build - Install via Web Updater](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-noanims-'${DRONE_TAG}'.tgz&channel=dev-cfw&version='${DRONE_TAG}')' >> CHANGELOG.md
|
||||||
|
environment:
|
||||||
|
FBT_TOOLS_CUSTOM_LINK:
|
||||||
|
from_secret: fbt_link
|
||||||
|
|
||||||
- name: "Bundle self-update packages"
|
- name: "Bundle self-update packages"
|
||||||
image: kramos/alpine-zip
|
image: kramos/alpine-zip
|
||||||
commands:
|
commands:
|
||||||
|
- mv artifacts-ofw-anims/flipper-z-f7-update-${DRONE_TAG}.tgz artifacts-ofw-anims/flipper-z-f7-update-noanims-${DRONE_TAG}.tgz
|
||||||
|
- cp artifacts-ofw-anims/flipper-z-f7-update-noanims-${DRONE_TAG}.tgz .
|
||||||
- cp artifacts-default/flipper-z-f7-update-${DRONE_TAG}.tgz .
|
- cp artifacts-default/flipper-z-f7-update-${DRONE_TAG}.tgz .
|
||||||
|
- zip -r artifacts-ofw-anims/flipper-z-f7-update-noanims-${DRONE_TAG}.zip artifacts-ofw-anims/f7-update-${DRONE_TAG}
|
||||||
- zip -r artifacts-default/flipper-z-f7-update-${DRONE_TAG}.zip artifacts-default/f7-update-${DRONE_TAG}
|
- zip -r artifacts-default/flipper-z-f7-update-${DRONE_TAG}.zip artifacts-default/f7-update-${DRONE_TAG}
|
||||||
|
- rm -rf artifacts-ofw-anims/f7-update-${DRONE_TAG}
|
||||||
- rm -rf artifacts-default/f7-update-${DRONE_TAG}
|
- rm -rf artifacts-default/f7-update-${DRONE_TAG}
|
||||||
|
- ls -laS artifacts-ofw-anims
|
||||||
- ls -laS artifacts-default
|
- ls -laS artifacts-default
|
||||||
|
|
||||||
- name: "Upload to updates server"
|
- name: "Upload default to updates srv"
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
|
@ -51,6 +75,21 @@ steps:
|
||||||
from_secret: dep_target
|
from_secret: dep_target
|
||||||
source: flipper-z-f7-update-${DRONE_TAG}.tgz
|
source: flipper-z-f7-update-${DRONE_TAG}.tgz
|
||||||
|
|
||||||
|
- name: "Upload no-anims to updates srv"
|
||||||
|
image: appleboy/drone-scp
|
||||||
|
settings:
|
||||||
|
host:
|
||||||
|
from_secret: dep_host
|
||||||
|
username:
|
||||||
|
from_secret: dep_user
|
||||||
|
password:
|
||||||
|
from_secret: dep_passwd
|
||||||
|
port:
|
||||||
|
from_secret: dep_port
|
||||||
|
target:
|
||||||
|
from_secret: dep_target
|
||||||
|
source: flipper-z-f7-update-noanims-${DRONE_TAG}.tgz
|
||||||
|
|
||||||
- name: "Do Github release"
|
- name: "Do Github release"
|
||||||
image: ddplugins/github-release
|
image: ddplugins/github-release
|
||||||
pull: never
|
pull: never
|
||||||
|
@ -63,6 +102,8 @@ steps:
|
||||||
files:
|
files:
|
||||||
- artifacts-default/*.tgz
|
- artifacts-default/*.tgz
|
||||||
- artifacts-default/*.zip
|
- artifacts-default/*.zip
|
||||||
|
- artifacts-ofw-anims/*.tgz
|
||||||
|
- artifacts-ofw-anims/*.zip
|
||||||
title: ${DRONE_TAG}
|
title: ${DRONE_TAG}
|
||||||
note: CHANGELOG.md
|
note: CHANGELOG.md
|
||||||
checksum:
|
checksum:
|
||||||
|
|
Loading…
Reference in a new issue