We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35aa9c commit 3c014cbCopy full SHA for 3c014cb
.appveyor.yml
@@ -27,12 +27,11 @@ install:
27
- "cabal --version"
28
- "ghc --version"
29
- "cabal %CABOPTS% v2-update -vverbose+nowrap"
30
- - "cabal %CABOPTS% v2-install alex --bindir=/hsbin"
31
- - "alex --version"
32
33
build: off
34
35
test_script:
36
- "cd %APPVEYOR_BUILD_FOLDER%"
37
- - "make sdist"
38
- - "make sdist-test-only"
+ - "cabal install happy -f -bootstrap --installdir=./bootstrap-root"
+ - "cabal build happy -f +bootstrap --with-happy=%APPVEYOR_BUILD_FOLDER%/bootstrap-root/happy"
+ - "cabal test -f +bootstrap"
0 commit comments