REMOVE ME: Force build of AVR in test
This commit is contained in:
parent
8319078887
commit
f27fbe856d
|
@ -181,6 +181,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
||||||
cd sources/testing
|
cd sources/testing
|
||||||
|
echo -e "/avr\n-avr32dev1:nsh\n-avr32dev1:ostest" >> testlist/avr-mips-riscv-x86-xtensa.dat
|
||||||
./cibuild.sh -x testlist/${{matrix.boards}}.dat
|
./cibuild.sh -x testlist/${{matrix.boards}}.dat
|
||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
|
@ -233,4 +234,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
echo "::add-matcher::sources/nuttx/.github/gcc.json"
|
||||||
cd sources/testing
|
cd sources/testing
|
||||||
|
echo -e "/avr\n-avr32dev1:nsh\n-avr32dev1:ostest" >> testlist/avr-mips-riscv-x86-xtensa.dat
|
||||||
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
||||||
|
|
Loading…
Reference in New Issue