mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-08 10:53:49 +02:00
Drop disable 8.0.2 build
This commit is contained in:
parent
6f55384a29
commit
04fad28c20
@ -34,20 +34,9 @@ references:
|
|||||||
command: make test
|
command: make test
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
command: |
|
command: make lint
|
||||||
if [ "${LINT:-1}" -eq 0 ]; then
|
|
||||||
echo "[LINT=0] Lint step skipped." >&2
|
|
||||||
else
|
|
||||||
make lint
|
|
||||||
fi
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_8.0.2:
|
|
||||||
<<: *stack_build
|
|
||||||
environment:
|
|
||||||
# FIXME: https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/115
|
|
||||||
LINT: "0"
|
|
||||||
STACK_ARGUMENTS: --stack-yaml stack-lts-9.21.yaml
|
|
||||||
build_8.2.2:
|
build_8.2.2:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
@ -63,7 +52,6 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
builds:
|
builds:
|
||||||
jobs:
|
jobs:
|
||||||
# - build_8.0.2
|
|
||||||
- build_8.2.2
|
- build_8.2.2
|
||||||
- build
|
- build
|
||||||
- build_nightly
|
- build_nightly
|
||||||
|
|||||||
6
Makefile
6
Makefile
@ -6,7 +6,7 @@ setup:
|
|||||||
stack build $(STACK_ARGUMENTS) \
|
stack build $(STACK_ARGUMENTS) \
|
||||||
--flag yesod-auth-oauth2:example \
|
--flag yesod-auth-oauth2:example \
|
||||||
--dependencies-only --test --no-run-tests
|
--dependencies-only --test --no-run-tests
|
||||||
stack install $(STACK_ARGUMENTS) hlint weeder
|
stack install $(STACK_ARGUMENTS) --copy-compiler-tool hlint weeder
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
@ -23,8 +23,8 @@ test:
|
|||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
hlint src test
|
stack exec hlint src test
|
||||||
weeder .
|
stack exec weeder .
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
resolver: lts-9.21
|
|
||||||
extra-deps:
|
|
||||||
- load-env-0.1.2
|
|
||||||
- yesod-auth-1.6.1
|
|
||||||
- yesod-core-1.6.1
|
|
||||||
Loading…
Reference in New Issue
Block a user