Configure GitHub Actions for testing and releases

This commit is contained in:
Ben Lye
2020-12-20 11:45:34 +00:00
parent 47f713c6c8
commit 96fb3b20b7
9 changed files with 302 additions and 25 deletions

View File

@@ -1,8 +1,10 @@
#!/usr/bin/env bash
source ./buildroot/bin/buildFunctions;
getMultiVersion;
exitcode=0;
printf "\n\e[33;1mBuilding multi-stm-xn297dump-usbdebug-v$MULTI_VERSION.bin\e[0m";
printf "\e[33;1mBuilding multi-stm-xn297dump-usbdebug-v$MULTI_VERSION.bin\e[0m\n";
opt_disable $ALL_PROTOCOLS;
opt_add XN297DUMP_NRF24L01_INO;
buildMulti;