From f27fbe856df0b020185f3371de0cbfe3cf9c3a25 Mon Sep 17 00:00:00 2001 From: Brennan Ashton Date: Sun, 19 Jul 2020 10:37:04 -0700 Subject: [PATCH] REMOVE ME: Force build of AVR in test --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a20e7db540..773a9cf843 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,6 +181,7 @@ jobs: run: | echo "::add-matcher::sources/nuttx/.github/gcc.json" 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 macOS: @@ -233,4 +234,5 @@ jobs: run: | echo "::add-matcher::sources/nuttx/.github/gcc.json" 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