mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01: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
|
||||
--flag yesod-auth-oauth2:example
|
||||
|
||||
test:
|
||||
override:
|
||||
- stack test
|
||||
|
||||
# Check compilation with nightly. If this proves problematic, add || true
|
||||
# after to not fail the build.
|
||||
- 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