forked from flipperdevices/flipperzero-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-candidate' into release
- Loading branch information
Showing
293 changed files
with
9,345 additions
and
3,764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,10 +73,16 @@ jobs: | |
echo "::set-output name=short-hash::${SHA}" | ||
echo "::set-output name=default-target::${DEFAULT_TARGET}" | ||
- name: 'Bundle scripts' | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
run: | | ||
tar czpf artifacts/flipper-z-any-scripts-${{steps.names.outputs.suffix}}.tgz scripts | ||
- name: 'Build the firmware in docker' | ||
uses: ./.github/actions/docker | ||
with: | ||
run: | | ||
set -e | ||
for TARGET in ${TARGETS} | ||
do | ||
make TARGET=${TARGET} | ||
|
@@ -87,11 +93,18 @@ jobs: | |
uses: ./.github/actions/docker | ||
with: | ||
run: | | ||
set -e | ||
for TARGET in ${TARGETS} | ||
do | ||
mv dist/${TARGET}/* artifacts/ | ||
done | ||
- name: 'Bundle resources' | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
run: | | ||
./scripts/assets.py manifest assets/resources | ||
tar czpf artifacts/flipper-z-any-resources-${{steps.names.outputs.suffix}}.tgz -C assets resources | ||
- name: 'Bundle core2 firmware' | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
run: | | ||
|
@@ -100,17 +113,6 @@ jobs: | |
./scripts/assets.py copro lib/STM32CubeWB core2_firmware STM32WB5x | ||
tar czpf artifacts/flipper-z-any-core2_firmware-${{steps.names.outputs.suffix}}.tgz core2_firmware | ||
- name: 'Bundle scripts' | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
run: | | ||
tar czpf artifacts/flipper-z-any-scripts-${{steps.names.outputs.suffix}}.tgz scripts | ||
- name: 'Bundle resources' | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
run: | | ||
./scripts/assets.py manifest assets/resources | ||
tar czpf artifacts/flipper-z-any-resources-${{steps.names.outputs.suffix}}.tgz -C assets resources | ||
- name: 'Upload artifacts to update server' | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
uses: burnett01/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.