@@ -10,21 +10,21 @@ matrix:
10
10
# FAIL Compiles library, compiles tests (if doc is commented out) but does not pass all tests (FloatCast issue)
11
11
# - env: IMG=quid2/eta CMD="etlas --version;etlas update;etlas build --enable-tests;etlas test"
12
12
# # ghcjs
13
- - env : IMG=quid2/ghcjs-8.4.0.1 CMD='cabal --ghcjs new-build;cabal --ghcjs new-test doc-static --constraint "tasty -clock";cabal --ghcjs new-test spec --constraint "tasty -clock"'
13
+ - env : IMG=quid2/ghcjs-8.4.0.1 CMD='cabal --version;cabal install cabal-install;cabal --version;cabal -- ghcjs new-build;cabal cabal --ghcjs new-test doc-static --constraint "tasty -clock";cabal --ghcjs new-test spec --constraint "tasty -clock"'
14
14
# # cabal OK
15
- - env : IMG=quid2/x32-ubuntu-cabal CMD="cabal v2-update;cabal v2-build --only-dependencies --enable-tests;cabal v2-build;cabal v2-test"
16
- # ghc 7.10.3 OK
17
- - env : IMG=quid2/x64-ubuntu-stack-lts-6.35 CMD="stack test --resolver lts-6.35"
18
- # #ghc 8.0.2 OK
19
- - env : IMG=quid2/x64-ubuntu-stack-lts-9.21 CMD="stack test --resolver lts-9.21"
20
- # #ghc 8.2.2 OK
21
- - env : IMG=quid2/x64-ubuntu-stack-lts-11.22 CMD="stack test --resolver lts-11.22"
22
- # # ghc 8.4.4 OK
23
- - env : IMG=quid2/x64-ubuntu-stack-lts-12.26 CMD="stack test --resolver lts-12.26"
24
- # # ghc 8.6.5 OK
25
- - env : IMG=quid2/x64-ubuntu-stack-lts-14.27 CMD="stack test --resolver lts-14.27"
26
- # # ghc 8.8.3 (OK, but slow in running some tests)
27
- - env : IMG=quid2/x64-ubuntu-stack-lts-15.11 CMD="stack test --resolver lts-15.11"
15
+ # - env: IMG=quid2/x32-ubuntu-cabal CMD="cabal v2-update;cabal v2-build --only-dependencies --enable-tests;cabal v2-build;cabal v2-test"
16
+ # # ghc 7.10.3 OK
17
+ # - env: IMG=quid2/x64-ubuntu-stack-lts-6.35 CMD="stack test --resolver lts-6.35"
18
+ # # # ghc 8.0.2 OK
19
+ # - env: IMG=quid2/x64-ubuntu-stack-lts-9.21 CMD="stack test --resolver lts-9.21"
20
+ # # # ghc 8.2.2 OK
21
+ # - env: IMG=quid2/x64-ubuntu-stack-lts-11.22 CMD="stack test --resolver lts-11.22"
22
+ # # # ghc 8.4.4 OK
23
+ # - env: IMG=quid2/x64-ubuntu-stack-lts-12.26 CMD="stack test --resolver lts-12.26"
24
+ # # # ghc 8.6.5 OK
25
+ # - env: IMG=quid2/x64-ubuntu-stack-lts-14.27 CMD="stack test --resolver lts-14.27"
26
+ # # # ghc 8.8.3 (OK, but slow in running some tests)
27
+ # - env: IMG=quid2/x64-ubuntu-stack-lts-15.11 CMD="stack test --resolver lts-15.11"
28
28
29
29
before_install :
30
30
- PKG=${PWD##*/}
0 commit comments