mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-01 09:23:50 +02:00
Move nightly compilation to make it cached
This commit is contained in:
parent
7ef60e6089
commit
34ae029705
14
circle.yml
14
circle.yml
@ -20,11 +20,15 @@ dependencies:
|
|||||||
--test --no-run-tests
|
--test --no-run-tests
|
||||||
--flag yesod-auth-oauth2:example
|
--flag yesod-auth-oauth2:example
|
||||||
|
|
||||||
test:
|
|
||||||
override:
|
|
||||||
- stack test
|
|
||||||
|
|
||||||
# Check compilation with nightly. If this proves problematic, add || true
|
# Check compilation with nightly. If this proves problematic, add || true
|
||||||
# after to not fail the build.
|
# after to not fail the build.
|
||||||
- stack setup --resolver nightly
|
- stack setup --resolver nightly
|
||||||
- stack build --resolver nightly --pedantic --test --no-run-tests
|
- stack build
|
||||||
|
--resolver nightly
|
||||||
|
--pedantic
|
||||||
|
--test --no-run-tests
|
||||||
|
--flag yesod-auth-oauth2:example
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- stack test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user