appveyor.yml: use cmd instead of ps.

This commit is contained in:
John MacFarlane 2015-09-27 12:04:23 -07:00
parent a66f683b3d
commit 7ed18d4c37

View file

@ -17,13 +17,11 @@ install:
cabal install --force hsb2hs
build_script:
- ps: |
echo "PATH is $env:Path"
- cmd: |
cabal install --force --enable-tests -fembed_data_files
after_build:
- ps: |
echo "PATH is $env:Path"
- cmd: |
cabal install --force --enable-tests -fembed_data_files pandoc-citeproc
.\.cabal-sandbox\bin\test-pandoc-citeproc.exe
strip .\.cabal-sandbox\bin\pandoc.exe
@ -47,5 +45,5 @@ after_build:
light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj
test_script:
- ps: |
- cmd: |
cabal test