Skip to content

Commit

Permalink
hugs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Mar 15, 2024
1 parent 14b08df commit 8182d88
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/hugs-ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8182d88

Please sign in to comment.