This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit f27fbe856df0b020185f3371de0cbfe3cf9c3a25 Author: Brennan Ashton <bash...@brennanashton.com> AuthorDate: Sun Jul 19 10:37:04 2020 -0700 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 a20e7db..773a9cf 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