appveyor.yml: use cmd instead of ps.
This commit is contained in:
parent
a66f683b3d
commit
7ed18d4c37
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue