Skip to content

Commit 8d29f3f

Browse files
authored
Update build.yml
1 parent d1f6685 commit 8d29f3f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,24 @@ jobs:
2828
platformio platform update
2929
mkdir -p ~/artifcats
3030
cd src
31-
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_AU_433
32-
platformio run
33-
mv .pio/build ~/artifcats/AU_433
3431
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_AU_915
3532
platformio run
3633
mv .pio/build ~/artifcats/AU_915
34+
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_FCC_915
35+
platformio run
36+
mv .pio/build ~/artifcats/FCC_915
3737
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_EU_868
3838
platformio run
3939
mv .pio/build ~/artifcats/EU_868
40+
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_AU_433
41+
platformio run
42+
mv .pio/build ~/artifcats/AU_433
4043
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_EU_433
4144
platformio run
4245
mv .pio/build ~/artifcats/EU_433
4346
export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_ISM_2400
4447
platformio run
45-
mv .pio/build ~/artifcats/EU_433
48+
mv .pio/build ~/artifcats/ISM_2400
4649
4750
- name: Store Artifacts
4851
uses: actions/upload-artifact@v2-preview

0 commit comments

Comments
 (0)