From 52757512e9fbd6578e0950db1555d626d63838a6 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Mon, 4 Mar 2024 08:10:05 +0100 Subject: [PATCH] Testing gitea actions --- .gitea/workflows/test.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..ba859fa --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,23 @@ +name: Test safe strings safety +on: [push] + + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Setup GHDL + uses: ghdl/setup-ghdl-ci@nightly + + - name: Verification of ghdl installation + run: | + ghdl --version + $(GHDL) --version + + - name: build test and run test + run: | + make