Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
knothed committed Aug 27, 2021
1 parent 8f155a9 commit 61626b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ install:
- "cabal --version"
- "ghc --version"
- "cabal %CABOPTS% v2-update -vverbose+nowrap"
- "cabal %CABOPTS% v2-install alex --bindir=/hsbin"
- "alex --version"

build: off

test_script:
- "cd %APPVEYOR_BUILD_FOLDER%"
- "make sdist"
- "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 comments on commit 61626b0

Please sign in to comment.