parent
4887bc19fe
commit
56d1e348c3
@ -37,12 +37,11 @@ install:
|
|||||||
- psql -c "CREATE USER esqutest WITH PASSWORD 'esqutest';" -U postgres
|
- psql -c "CREATE USER esqutest WITH PASSWORD 'esqutest';" -U postgres
|
||||||
- createdb -O esqutest esqutest
|
- createdb -O esqutest esqutest
|
||||||
- mysql -e 'CREATE DATABASE esqutest;'
|
- mysql -e 'CREATE DATABASE esqutest;'
|
||||||
|
- stack setup
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack setup
|
- stack build --fast $(if [[ $GHCVER == "nightly" ]]; then echo "--resolver nightly"; fi)
|
||||||
- stack update
|
- stack test --fast $(if [[ $GHCVER == "nightly" ]]; then echo "--resolver nightly"; fi)
|
||||||
- stack build
|
|
||||||
- stack test
|
|
||||||
- cd test/expected-compile-failures/
|
- cd test/expected-compile-failures/
|
||||||
- bash test.sh
|
- bash test.sh
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
resolver: nightly-2020-01-24
|
resolver: nightly-2020-09-20
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
- 'examples'
|
- 'examples'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user