Skip to content
Snippets Groups Projects
Commit f4d86740 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

fixup3

parent 0cafedd7
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ environment:
# - "C:\\SR"
install:
- "choco install -y ghc --version %GHCVER%"
- "set PATH=C:\\msys64\\mingw64\\bin;C:\\msys64\\usr\\bin;%PATH%"
- "choco install -y ghc --version %GHCVER%"
- "refreshenv"
- "cabal --version"
- "ghc --version"
......@@ -21,6 +21,6 @@ install:
build: off
test_script:
- "autoreconf -i"
- bash -c "autoreconf -i"
- "echo packages:. > cabal.project"
- "cabal %CABOPTS% new-build -j1 all"
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