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

Commit

Permalink
Browse files Browse the repository at this point in the history
update local jenkins
  • Loading branch information
sdpython committed Aug 25, 2016
1 parent e8ebedc commit 3e24a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .local.jenkins.win.yml
Expand Up @@ -18,7 +18,10 @@ before_script:
script:
- { CMD: "python setup.py unittests", NAME: "UT" }
after_script:
- python setup.py bdist_wheel
- if [ ${VERSION} == "2.7" ] copy dist\*.whl ..\..\..\local_pypi\local_pypi_server
- if [ ${VERSION} == "2.7" ] then cd .. fi
- if [ ${VERSION} != "2.7" ] copy dist\*.whl ..\..\local_pypi\local_pypi_server
documentation:
- if [ ${PYTHON} == "{{Python35}}" ] then
python setup.py build_sphinx
Expand Down

0 comments on commit 3e24a03

Please sign in to comment.