From 8182d888b0e378d4b2760732673c4e97a0eabe0f Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Fri, 15 Mar 2024 14:05:23 +0100 Subject: [PATCH] hugs in ci --- .github/workflows/hugs-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/hugs-ci.yml diff --git a/.github/workflows/hugs-ci.yml b/.github/workflows/hugs-ci.yml new file mode 100644 index 00000000..77a7f559 --- /dev/null +++ b/.github/workflows/hugs-ci.yml @@ -0,0 +1,17 @@ +name: Hugs-CI +on: + - push + - pull_request +jobs: + linux: + name: Hugs-CI - Linux + runs-on: ubuntu-20.04 + steps: + - name: apt + run: | + sudo apt-get update + sudo apt-get install -y hugs libhugs-time-bundled cpphs + - name: checkout + uses: actions/checkout@v3 + - name: build and test + run: ./test-hugs