We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dafea08 + 4d5a900 commit 5b578cfCopy full SHA for 5b578cf
.drone.yml
@@ -114,6 +114,7 @@ steps:
114
- cp -R base_pack_build/artifacts-base/* assets/resources/apps/
115
- rm -rf base_pack_build
116
- rm -rf all-the-apps-base.tgz
117
+ - rm -f build/f7-firmware-C/toolbox/version.*
118
- ./fbt COMPACT=1 DEBUG=0 updater_package
119
- mkdir artifacts-ofw-anims
120
- mv dist/f7-C/* artifacts-ofw-anims/
.gitignore
@@ -51,6 +51,7 @@ null.d
51
/artifacts-ofw-anims
52
/artifacts-rgb-patch
53
/artifacts-extra-apps
54
+/artifacts-clean
55
56
# SCons build dir
57
/build
0 commit comments