diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-09-27 12:04:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-09-27 12:04:23 -0700 |
commit | 7ed18d4c376c4759f2d2f77a4c0c83435fc8ed9e (patch) | |
tree | 253000803e8ba03cb2c18c39531dc6520104b33a | |
parent | a66f683b3de4e0523a9901ffffd52a2eeee0ce27 (diff) | |
download | pandoc-7ed18d4c376c4759f2d2f77a4c0c83435fc8ed9e.tar.gz |
appveyor.yml: use cmd instead of ps.
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 595d4e0d0..f1aaf1b6c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |