Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github actions. #213

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

philderbeast
Copy link

@philderbeast philderbeast commented Oct 28, 2021

Adds github actions for cabal and stack (lts-18.14) for ghc-8.10.7. Removed regex-compat-tdfa and json from extra-deps as they're included with lts-18.14. Opted not to mess with ./stack.yaml at lts-18.8 for ghc-8.10.4 as it has commentary I didn't want to mess with. The stack runner yaml configuration uses ./stack/stack-8.10.7.yaml.

I've seen test failures but that is a separate issue #212.

The ci runners are triggered on:

on:
  push:
    branches: [ci-cabal, add/github-actions]
  pull_request:
    branches: [master]

Later we could remove add/github-actions from the push branches list but for now it is useful for triggering both stack and cabal runners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant