From 7a7af922dc5aab1a36c887da20010507bda58c31 Mon Sep 17 00:00:00 2001 From: dupre Date: Fri, 26 Aug 2016 21:17:22 +0200 Subject: [PATCH] update jenkins build --- .local.jenkins.win.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.local.jenkins.win.yml b/.local.jenkins.win.yml index dc0ce73..9c876a0 100644 --- a/.local.jenkins.win.yml +++ b/.local.jenkins.win.yml @@ -23,6 +23,8 @@ after_script: - if [ ${VERSION} == "2.7" ] then cd .. fi - if [ ${VERSION} != "2.7" and ${DIST} != "conda" and ${VERSION} != "3.4" ] then copy dist\*.whl ..\..\local_pypi\local_pypi_server fi documentation: - - if [ ${PYTHON} == "{{Python35}}" ] then - python setup.py build_sphinx - fi + - if [ ${PYTHON} == "{{Python35}}" ] then python setup.py build_sphinx fi + - if [ ${PYTHON} == "{{Python35}}" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\html dist\html fi + - if [ ${PYTHON} == "{{Python35}}" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\epub dist\epub fi + - if [ ${PYTHON} == "{{Python35}}" ] then copy _doc\sphinxdoc\build\htmlhelp\*.chm dist\html fi + - if [ ${PYTHON} == "{{Python35}}" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\latex\*.pdf dist\html fi