mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
appveyor.yml: don't run tests for pandoc-citeproc.
They won't work til we upgrade HP version, because of minor changes in aeson.
This commit is contained in:
+1
-2
@@ -22,8 +22,7 @@ build_script:
|
||||
|
||||
after_build:
|
||||
- cmd: |
|
||||
cabal install --force --enable-tests -fembed_data_files pandoc-citeproc
|
||||
.\.cabal-sandbox\bin\test-pandoc-citeproc.exe
|
||||
cabal install -fembed_data_files pandoc-citeproc
|
||||
strip .\.cabal-sandbox\bin\pandoc.exe
|
||||
strip .\.cabal-sandbox\bin\pandoc-citeproc.exe
|
||||
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html
|
||||
|
||||
Reference in New Issue
Block a user