forked from CarlosDerSeher/snapclient
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip DSP settings trough menuconfig Latest binaries by github-actions Update README.md added esp-audio builds. new installer landing missing configs build fix build fix template fix parallel build Features/fix-for-ipv6-lookup-fail (#9) * Removed hardcoded ipv4 snapserver discovery * Enabled DSP/EQ on esparagus boards --------- Co-authored-by: Andriy Malyshenko <[email protected]> Co-authored-by: github-actions <[email protected]> Latest binaries by github-actions Latest binaries by github-actions Latest binaries by github-actions DSP settings trough menuconfig Latest binaries by github-actions added esp-audio builds. new installer landing build fix wip build fix build fix #2 build fix build fix pią, 25 paź 2024, 15:18:58 CEST Latest binaries by github-actions build fix pią, 25 paź 2024, 15:27:34 CEST build fix pią, 25 paź 2024, 15:28:55 CEST build fix pią, 25 paź 2024, 15:34:33 CEST Latest binaries by github-actions added configs pią, 25 paź 2024, 22:31:27 CEST added configs pią, 25 paź 2024, 22:32:08 CEST Latest binaries by github-actions updated devices.json Features/fix-for-ipv6-lookup-fail (#9) * Removed hardcoded ipv4 snapserver discovery * Enabled DSP/EQ on esparagus boards --------- Co-authored-by: Andriy Malyshenko <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information
Andriy Malyshenko
and
github-actions
committed
Oct 26, 2024
1 parent
b552750
commit 9546e78
Showing
435 changed files
with
61,469 additions
and
4,644 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 |
---|---|---|
|
@@ -21,30 +21,35 @@ jobs: | |
with: | ||
submodules: 'true' | ||
|
||
- run: | | ||
git config --global --add safe.directory /__w/esparagus-snapclient/esparagus-snapclient | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
- run: | | ||
datestring=$(date '+%Y-%m-%d') | ||
. $IDF_PATH/export.sh | ||
for config in 'hifi-esparagus' 'loud-esparagus' 'louder-esparagus' 'lyra-t-4.2' 'lyra-t-4.3' 'lyra-t-mini' 'korvo' 'esp-ai-thinker' ; do | ||
echo Building $config | ||
for config_file in configs/sdkconfig.*; do | ||
config=${config_file#configs/sdkconfig.} | ||
if [[ "$config" == "old" ]]; then | ||
continue | ||
fi | ||
echo Building $config | ||
cp sdkconfig.$config sdkconfig | ||
idf.py build | ||
cp $config_file sdkconfig | ||
idf.py build | ||
cp build/snapclient.bin ./docs/artifacts/$config-snapclient-$datestring-snapclient.bin | ||
cp build/storage.bin ./docs/artifacts/$config-snapclient-$datestring-storage.bin | ||
cp build/ota_data_initial.bin ./docs/artifacts/$config-snapclient-$datestring-ota_data_initial.bin | ||
cp build/bootloader/bootloader.bin ./docs/artifacts/$config-snapclient-$datestring-bootloader.bin | ||
cp build/partition_table/partition-table.bin ./docs/artifacts/$config-snapclient-$datestring-partition-table.bin | ||
cp build/snapclient.bin ./docs/artifacts/binaries/$config-snapclient-$datestring-snapclient.bin | ||
cp build/storage.bin ./docs/artifacts/binaries/$config-snapclient-$datestring-storage.bin | ||
cp build/ota_data_initial.bin ./docs/artifacts/binaries/$config-snapclient-$datestring-ota_data_initial.bin | ||
cp build/bootloader/bootloader.bin ./docs/artifacts/binaries/$config-snapclient-$datestring-bootloader.bin | ||
cp build/partition_table/partition-table.bin ./docs/artifacts/binaries/$config-snapclient-$datestring-partition-table.bin | ||
sed -e "s/latest/$datestring/g" ./docs/artifacts/templates/manifest-$config-template.json > ./docs/artifacts/manifest-$config-latest.json | ||
sed -e "s/latest/$datestring/g" ./docs/artifacts/templates/manifest-$config-template.json > ./docs/artifacts/manifest-$config-latest.json | ||
done | ||
- run: | | ||
git config --global --add safe.directory /__w/esparagus-snapclient/esparagus-snapclient | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
- run: | | ||
git add ./docs/artifacts | ||
git commit -m "Latest binaries by github-actions" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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.