Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update jenkins definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 26, 2016
1 parent b1c704b commit 6f85d6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .local.jenkins.win.yml
Expand Up @@ -14,10 +14,10 @@ script:
- { CMD: "python setup.py unittests", NAME: "UT" }
after_script:
- python setup.py bdist_wheel
- if [ ${DIST} != "conda" and ${VERSION} != "3.4" ] then copy dist\*.whl ..\..\local_pypi\local_pypi_server fi
- if [ ${DIST} != "conda" and ${VERSION} != "3.4" and ${NAME} == "UT" ] 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 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
- if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then python setup.py build_sphinx fi
- if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\html dist\html fi
- if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\epub dist\epub fi
- if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then copy _doc\sphinxdoc\build\htmlhelp\*.chm dist\html fi
- if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\latex\*.pdf dist\html fi

0 comments on commit 6f85d6e

Please sign in to comment.