mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 02:28:14 +00:00
Merge pull request #518 from pascallanger/benlye-patch-1
Update main.yml
This commit is contained in:
commit
c05c0a5693
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -131,8 +131,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Build default configuration
|
- name: Build default configuration
|
||||||
run: |
|
run: |
|
||||||
|
# Skip the default build for boards where it's too large now
|
||||||
|
if [[ "$BOARD" == "multi4in1:STM32F1:multistm32f103cb:debug_option=none" ]] || [[ "$BOARD" == "multi4in1:STM32F1:multi5in1t18int" ]]; then
|
||||||
|
printf "Not testing default build for $BOARD.";
|
||||||
|
else
|
||||||
source ./buildroot/bin/buildFunctions;
|
source ./buildroot/bin/buildFunctions;
|
||||||
buildMulti
|
buildMulti
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Build serial only
|
- name: Build serial only
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user