Yet another test
All checks were successful
Build Firmware / build (push) Successful in 22s

This commit is contained in:
2025-02-27 17:40:40 +01:00
parent 3850025e63
commit ac6e59044d
3 changed files with 421 additions and 415 deletions

View File

@@ -11,7 +11,4 @@ then
fi
echo "Custom compilation..."
docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p compiled-firmware; rm ./compiled-firmware/*; cd /app && make -s \
EDITION_STRING=Custom \
TARGET=f4hwn \
&& cp f4hwn* compiled-firmware/"
docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p ./compiled-firmware; rm ./compiled-firmware/*; cd /app && make -j && cp f4hwn* compiled-firmware/"