From 30c799bf23eb64ff6fdee8d877f4733cac6f94c2 Mon Sep 17 00:00:00 2001 From: dehanj Date: Wed, 20 Mar 2024 12:42:47 +0100 Subject: [PATCH] Build tp1 firmware in CI --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16e7b004..03562eb6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,10 @@ jobs: working-directory: hw/boards/mta1-usb-v1/ch552_fw run: make + - name: compile tp1 firmware + working-directory: hw/boards/tp1/firmware + run: ./build.sh + - name: make production test gateware working-directory: hw/production_test/application_fpga_test_gateware run: make