Skip to content
Snippets Groups Projects
Commit 554b7019 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix build of tests

parent e456a5eb
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ jobs:
autoreconf -i
cabal update
cabal build -w javascript-unknown-ghcjs-ghc --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs -f-os-string
$(cabal list-bin -w javascript-unknown-ghcjs-ghc --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs -f-os-string T13660)
cabal --project-file=cabal.project.js build --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs
$(cabal --project-file=cabal.project.js list-bin T13660)
$(cabal --project-file=cabal.project.js list-bin unix-tests)
packages: .
with-compiler: javascript-unknown-ghcjs-ghc
with-hc-pkg: javascript-unknown-ghcjs-ghc-pkg
package unix
ghc-options: -Wno-unused-imports
write-ghc-environment-files: always
allow-newer: all:base
tests: True
constraints:
random < 1.2,
tasty -unix, optparse-applicative -process,
unix -os-string
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment