Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fix path in jenkins job definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 22, 2017
1 parent 6eed8db commit ea85247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Expand Up @@ -15,7 +15,7 @@ script:
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests", NAME: "UT" }
after_script:
- python setup.py bdist_wheel
- if [ ${DIST} != "conda" and ${VERSION} == "3.5" and ${NAME} == "UT" ] then copy dist\*.whl {{root_path}}\..\..\..\local_pypi\local_pypi_server fi
- if [ ${DIST} != "conda" and ${VERSION} == "3.5" and ${NAME} == "UT" ] then copy dist\*.whl {{root_path}}\..\..\local_pypi\local_pypi_server fi
documentation:
- if [ ${NAME} == "UT" ] then python -u setup.py build_sphinx fi
- if [ ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\html dist\html fi
Expand Down

0 comments on commit ea85247

Please sign in to comment.