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 3ebf76d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
apt-add-repository -y 'ppa:hvr/ghc'
apt-get update
apt-get install -y "$HCNAME" cabal-install-3.4 hugs libhugs-time-bundled
apt-get install -y "$HCNAME" cabal-install-3.4
env:
HCKIND: ${{ matrix.compilerKind }}
HCNAME: ${{ matrix.compiler }}
Expand Down
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
container:
image: buildpack-deps:bionic
steps:
- name: apt
run: |
apt-get update
apt-get install -y hugs libhugs-time-bundled
- name: build and test
run: ./test-hugs

0 comments on commit 3ebf76d

Please sign in to comment.