Skip to content

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 4ac3d32 commit f404c38
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 f404c38

Please sign in to comment.