Merge pull request #7752 from Mailaender/pandoc-appveyor-fix

Trying to fix pandoc in the AppVeyor build again
This commit is contained in:
Oliver Brakmann
2015-03-28 18:00:43 +01:00

View File

@@ -16,14 +16,14 @@ test_script:
- nunit-console-x86.exe OpenRA.Test.dll
before_deploy:
- choco install pandoc
- pandoc -o README.md README.html
- pandoc -o CONTRIBUTING.md CONTRIBUTING.html
- choco install pandoc -y
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o README.md README.html'
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o CONTRIBUTING.md CONTRIBUTING.html'
- appveyor DownloadFile "https://raw.githubusercontent.com/wiki/OpenRA/OpenRA/Changelog.md" -FileName Changelog.md
- pandoc -o Changelog.md CHANGELOG.html
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o Changelog.md CHANGELOG.html'
- make docs
- pandoc -o DOCUMENTATION.md DOCUMENTATION.html
- pandoc -o Lua-API.md Lua-API.html
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o DOCUMENTATION.md DOCUMENTATION.html'
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o Lua-API.md Lua-API.html'
- cp OpenRA.Game/OpenRA.ico .
- appveyor DownloadFile "http://downloads.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe
- nsissetup /S /D=%NSIS_ROOT%