From 83523bd86876650353ff42dad0a508dd0af304ac Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 25 Mar 2025 17:24:12 +0100 Subject: [PATCH] add build test --- .gitea/workflows/build_test.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/build_test.yaml diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml new file mode 100644 index 0000000..928c556 --- /dev/null +++ b/.gitea/workflows/build_test.yaml @@ -0,0 +1,12 @@ +name: build test +on: [push] + +jobs: + build: + runs-on: arch + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Build + run: make