Skip to content

Commit 3c014cb

Browse files
committed
Fix appveyor
1 parent f35aa9c commit 3c014cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.appveyor.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ install:
2727
- "cabal --version"
2828
- "ghc --version"
2929
- "cabal %CABOPTS% v2-update -vverbose+nowrap"
30-
- "cabal %CABOPTS% v2-install alex --bindir=/hsbin"
31-
- "alex --version"
3230

3331
build: off
3432

3533
test_script:
3634
- "cd %APPVEYOR_BUILD_FOLDER%"
37-
- "make sdist"
38-
- "make sdist-test-only"
35+
- "cabal install happy -f -bootstrap --installdir=./bootstrap-root"
36+
- "cabal build happy -f +bootstrap --with-happy=%APPVEYOR_BUILD_FOLDER%/bootstrap-root/happy"
37+
- "cabal test -f +bootstrap"

0 commit comments

Comments
 (0)