Test against persistent 2.10
This commit is contained in:
parent
ad6ed03aa4
commit
2a51e05448
@ -80,6 +80,10 @@ matrix:
|
|||||||
compiler: ": #stack/persistent 2.9"
|
compiler: ": #stack/persistent 2.9"
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
addons: {apt: {packages: [libgmp-dev]}}
|
||||||
|
|
||||||
|
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-10.yaml"
|
||||||
|
compiler: ": #stack/persistent 2.10"
|
||||||
|
addons: {apt: {packages: [libgmp-dev]}}
|
||||||
|
|
||||||
# Nightly builds are allowed to fail
|
# Nightly builds are allowed to fail
|
||||||
- env: BUILD=stack ARGS="--resolver nightly"
|
- env: BUILD=stack ARGS="--resolver nightly"
|
||||||
compiler: ": #stack nightly"
|
compiler: ": #stack nightly"
|
||||||
@ -110,6 +114,10 @@ matrix:
|
|||||||
compiler: ": #stack/persistent 2.9"
|
compiler: ": #stack/persistent 2.9"
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
|
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-10.yaml"
|
||||||
|
compiler: ": #stack/persistent 2.10"
|
||||||
|
os: osx
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver nightly"
|
- env: BUILD=stack ARGS="--resolver nightly"
|
||||||
compiler: ": #stack nightly osx"
|
compiler: ": #stack nightly osx"
|
||||||
os: osx
|
os: osx
|
||||||
|
|||||||
19
stack-persistent-2-10.yaml
Normal file
19
stack-persistent-2-10.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
resolver: lts-13.17
|
||||||
|
packages:
|
||||||
|
- ./yesod-core
|
||||||
|
- ./yesod-static
|
||||||
|
- ./yesod-persistent
|
||||||
|
- ./yesod-newsfeed
|
||||||
|
- ./yesod-form
|
||||||
|
- ./yesod-auth
|
||||||
|
- ./yesod-auth-oauth
|
||||||
|
- ./yesod-sitemap
|
||||||
|
- ./yesod-test
|
||||||
|
- ./yesod-bin
|
||||||
|
- ./yesod
|
||||||
|
- ./yesod-eventsource
|
||||||
|
- ./yesod-websockets
|
||||||
|
extra-deps:
|
||||||
|
- persistent-2.10.0@rev:0
|
||||||
|
- persistent-sqlite-2.10.0@rev:0
|
||||||
|
- persistent-template-2.7.0@rev:0
|
||||||
Loading…
Reference in New Issue
Block a user