summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-27 23:01:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-27 23:01:56 -0700
commiteb27ef89bc9ec8c4a866e86a44069cdccd462d8c (patch)
treeb25ab3c23109092f76da444e15b4c3e178eb86b2 /appveyor.yml
parent06b761be5b01affd723fdc303ef3a80fa4912c14 (diff)
appveyor.yml: removed part that builds the package.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dbd207c47..a31bc21b9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,21 +20,21 @@ build_script:
- cmd: |
cabal install --force --enable-tests -fembed_data_files
-after_build:
-- cmd: |
- 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
- .\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
- copy COPYRIGHT COPYRIGHT.txt
- for /f "tokens=2 delims= " %%a in ('.\.cabal-sandbox\bin\pandoc --version') do ( set "VERSION=%%a" && exit )
- if "%VERSION%" == "" ( echo "Error: could not determine version number." && exit /b 1 )
- cd windows
- echo Creating msi...
- candle -dVERSION=%VERSION% pandoc.wxs
- if %errorlevel% neq 0 exit /b %errorlevel%
- light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj
+# after_build:
+# - cmd: |
+# 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
+# .\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
+# copy COPYRIGHT COPYRIGHT.txt
+# for /f "tokens=2 delims= " %%a in ('.\.cabal-sandbox\bin\pandoc --version') do ( set "VERSION=%%a" && exit )
+# if "%VERSION%" == "" ( echo "Error: could not determine version number." && exit /b 1 )
+# cd windows
+# echo Creating msi...
+# candle -dVERSION=%VERSION% pandoc.wxs
+# if %errorlevel% neq 0 exit /b %errorlevel%
+# light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj
test_script:
- cmd: |