From a6b343d13b601cb68d6b3228d7da6949444d516e Mon Sep 17 00:00:00 2001 From: mcuee Date: Mon, 29 Jan 2024 13:12:13 +0800 Subject: [PATCH] Add tools/test-avrdude to Linux x86_64 github action --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca98a568..ffffc6d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,6 +65,10 @@ jobs: -B build - name: Build run: cmake --build build + - name: Install + run: sudo cmake --build build --target install + - name: Dryrun_test + run: echo -e \\n | ./tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28" - name: Archive build artifacts if: always() uses: actions/upload-artifact@v3