mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-02-20 06:45:48 +01:00
It seems newer hoauth2 uses newer Cabal, which doesn't work in the resolver for ghc-8.4. It may build, and you're welcome to try, but we're dropping formal (e.g. CI-backed) support here.
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
version: 2.1
|
|
|
|
orbs:
|
|
stack-build: pbrisbin/stack-build@2.0.0
|
|
|
|
defaults: &defaults
|
|
hlint-yaml-url:
|
|
https://raw.githubusercontent.com/pbrisbin/dotfiles/master/hlint.yaml
|
|
stack-arguments: --flag yesod-auth-oauth2:example
|
|
weeder: false
|
|
|
|
workflows:
|
|
commit:
|
|
jobs:
|
|
- stack-build/build-test-lint:
|
|
<<: *defaults
|
|
name: "default"
|
|
- stack-build/build-test-lint:
|
|
<<: *defaults
|
|
name: "ghc-8.6.3 / lts-13.2"
|
|
stack-yaml: stack-lts-13.2.yaml
|
|
- stack-build/build-test-lint:
|
|
<<: *defaults
|
|
name: "ghc-8.8.3 / lts-16.10"
|
|
stack-yaml: stack-lts-16.10.yaml
|
|
|
|
# nightly is broken due to persistent/persistent-template situation
|
|
# https://app.circleci.com/pipelines/github/thoughtbot/yesod-auth-oauth2/172/workflows/1b5d2999-369d-411b-837d-9ccae4f4cede/jobs/1273
|
|
|
|
# - stack-build/build-test-nightly:
|
|
# name: "nightly"
|
|
# stack-yaml: stack-nightly.yaml
|
|
|
|
# nightly:
|
|
# triggers:
|
|
# - schedule:
|
|
# cron: "0 0 * * *"
|
|
# filters:
|
|
# branches:
|
|
# only:
|
|
# - master
|
|
# jobs:
|
|
# - stack-build/build-test-nightly:
|
|
# name: "nightly"
|
|
# stack-yaml: stack-nightly.yaml
|