REMOVE ME: Force build of AVR in test

This commit is contained in:
Brennan Ashton 2020-07-19 10:37:04 -07:00 committed by Alan Carvalho de Assis
parent 8319078887
commit f27fbe856d
1 changed files with 2 additions and 0 deletions

View File

@ -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