Skip to content

Commit

Permalink
new builds
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Jul 30, 2018
1 parent 1cd65b5 commit ced1550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/build.bat
Expand Up @@ -6,9 +6,11 @@ call python setup.py sdist

call python3.5-32 setup.py bdist_wheel
call python3.6-32 setup.py bdist_wheel
call python3.7-32 setup.py bdist_wheel

call python3.5 setup.py bdist_wheel
call python3.6 setup.py bdist_wheel
call python3.7 setup.py bdist_wheel

git archive HEAD --format=tar | ssh -i %USERPROFILE%\.ssh\id_rsa root@linux32.builder "rm -rf build && mkdir build && cd build && tar -x && python3.5 setup.py bdist_wheel && python3.6 setup.py bdist_wheel"
scp -i %USERPROFILE%\.ssh\id_rsa root@linux32.builder:build/dist/*.whl dist/
Expand Down

0 comments on commit ced1550

Please sign in to comment.