appveyor - more diagnostics.
This commit is contained in:
parent
6d8e6464f9
commit
b1a729b66c
1 changed files with 2 additions and 3 deletions
|
@ -85,9 +85,8 @@ test_script:
|
|||
- if "%BUILD_TYPE%" == "cabal" (
|
||||
cabal --version &&
|
||||
echo "%PATH%" &&
|
||||
refreshenv &&
|
||||
echo "%PATH%" &&
|
||||
"C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe --version" &&
|
||||
dir "C:\\ProgramData\\chocolatey\\bin" &&
|
||||
ghc.exe --version &&
|
||||
cabal --store-dir="%CABAL_STORE%" new-update &&
|
||||
cabal --store-dir="%CABAL_STORE%" new-build %CABAL_BUILD_OPTS% . pandoc-citeproc &&
|
||||
forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ "
|
||||
|
|
Loading…
Add table
Reference in a new issue