mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
testing dev build bundles
This commit is contained in:
31
.drone.yml
31
.drone.yml
@@ -21,10 +21,16 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- export DIST_SUFFIX=${DRONE_TAG}
|
- export DIST_SUFFIX=${DRONE_TAG}
|
||||||
- export WORKFLOW_BRANCH_OR_TAG=release-cfw
|
- export WORKFLOW_BRANCH_OR_TAG=release-cfw
|
||||||
|
- export FORCE_NO_DIRTY=yes
|
||||||
- rm -rf assets/resources/apps/
|
- rm -rf assets/resources/apps/
|
||||||
- rm -rf build/
|
- rm -rf build/
|
||||||
- rm -rf dist/
|
- rm -rf dist/
|
||||||
- rm -rf .sconsign.dblite
|
- rm -rf .sconsign.dblite
|
||||||
|
- wget https://github.com/xMasterX/all-the-plugins/releases/latest/download/all-the-apps-base.tgz
|
||||||
|
- tar zxvf all-the-apps-base.tgz
|
||||||
|
- cp -R base_pack_build/artifacts-base/* assets/resources/apps/
|
||||||
|
- rm -rf base_pack_build
|
||||||
|
- rm -rf all-the-apps-base.tgz
|
||||||
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
||||||
- mkdir artifacts-default
|
- mkdir artifacts-default
|
||||||
- mv dist/f7-C/* artifacts-default/
|
- mv dist/f7-C/* artifacts-default/
|
||||||
@@ -38,9 +44,10 @@ steps:
|
|||||||
image: hfdj/fztools
|
image: hfdj/fztools
|
||||||
pull: never
|
pull: never
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/xMasterX/all-the-plugins.git
|
- wget https://github.com/xMasterX/all-the-plugins/releases/latest/download/all-the-apps-extra.tgz
|
||||||
- cp -R all-the-plugins/apps/* assets/resources/apps/
|
- tar zxvf all-the-apps-extra.tgz
|
||||||
- rm -rf all-the-plugins
|
- cp -R extra_pack_build/artifacts-extra/* assets/resources/apps/
|
||||||
|
- rm -rf extra_pack_build
|
||||||
- export DIST_SUFFIX=${DRONE_TAG}e
|
- export DIST_SUFFIX=${DRONE_TAG}e
|
||||||
- export WORKFLOW_BRANCH_OR_TAG=release-cfw
|
- export WORKFLOW_BRANCH_OR_TAG=release-cfw
|
||||||
- export FORCE_NO_DIRTY=yes
|
- export FORCE_NO_DIRTY=yes
|
||||||
@@ -85,6 +92,11 @@ steps:
|
|||||||
- export WORKFLOW_BRANCH_OR_TAG=no-custom-anims
|
- export WORKFLOW_BRANCH_OR_TAG=no-custom-anims
|
||||||
- export FORCE_NO_DIRTY=yes
|
- export FORCE_NO_DIRTY=yes
|
||||||
- rm -f build/f7-firmware-C/toolbox/version.*
|
- rm -f build/f7-firmware-C/toolbox/version.*
|
||||||
|
- wget https://github.com/xMasterX/all-the-plugins/releases/latest/download/all-the-apps-base.tgz
|
||||||
|
- tar zxvf all-the-apps-base.tgz
|
||||||
|
- cp -R base_pack_build/artifacts-base/* assets/resources/apps/
|
||||||
|
- rm -rf base_pack_build
|
||||||
|
- rm -rf all-the-apps-base.tgz
|
||||||
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
||||||
- mkdir artifacts-ofw-anims
|
- mkdir artifacts-ofw-anims
|
||||||
- mv dist/f7-C/* artifacts-ofw-anims/
|
- mv dist/f7-C/* artifacts-ofw-anims/
|
||||||
@@ -320,10 +332,16 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- export DIST_SUFFIX=${DRONE_BUILD_NUMBER}
|
- export DIST_SUFFIX=${DRONE_BUILD_NUMBER}
|
||||||
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
|
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
|
||||||
|
- export FORCE_NO_DIRTY=yes
|
||||||
- rm -rf assets/resources/apps/
|
- rm -rf assets/resources/apps/
|
||||||
- rm -rf build/
|
- rm -rf build/
|
||||||
- rm -rf dist/
|
- rm -rf dist/
|
||||||
- rm -rf .sconsign.dblite
|
- rm -rf .sconsign.dblite
|
||||||
|
- wget https://github.com/xMasterX/all-the-plugins/releases/latest/download/all-the-apps-base.tgz
|
||||||
|
- tar zxvf all-the-apps-base.tgz
|
||||||
|
- cp -R base_pack_build/artifacts-base/* assets/resources/apps/
|
||||||
|
- rm -rf base_pack_build
|
||||||
|
- rm -rf all-the-apps-base.tgz
|
||||||
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
- ./fbt COMPACT=1 DEBUG=0 updater_package
|
||||||
- mkdir artifacts-default
|
- mkdir artifacts-default
|
||||||
- mv dist/f7-C/* artifacts-default/
|
- mv dist/f7-C/* artifacts-default/
|
||||||
@@ -337,9 +355,10 @@ steps:
|
|||||||
image: hfdj/fztools
|
image: hfdj/fztools
|
||||||
pull: never
|
pull: never
|
||||||
commands:
|
commands:
|
||||||
- git clone --branch dev https://github.com/xMasterX/all-the-plugins.git
|
- wget https://github.com/xMasterX/all-the-plugins/releases/latest/download/all-the-apps-extra.tgz
|
||||||
- cp -R all-the-plugins/apps/* assets/resources/apps/
|
- tar zxvf all-the-apps-extra.tgz
|
||||||
- rm -rf all-the-plugins
|
- cp -R extra_pack_build/artifacts-extra/* assets/resources/apps/
|
||||||
|
- rm -rf extra_pack_build
|
||||||
- export DIST_SUFFIX=${DRONE_BUILD_NUMBER}e
|
- export DIST_SUFFIX=${DRONE_BUILD_NUMBER}e
|
||||||
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
|
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
|
||||||
- export FORCE_NO_DIRTY=yes
|
- export FORCE_NO_DIRTY=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user