Skip to content

Commit

Permalink
Merge pull request #21 from thewtex/windows-tarball
Browse files Browse the repository at this point in the history
scripts: Add windows-build-tarball.ps1
  • Loading branch information
jcfr committed Oct 10, 2018
2 parents 9a93fbe + db42053 commit 330ed92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/windows-build-tarball.ps1
@@ -0,0 +1,13 @@
# This script creates an archive of the VTK Python package build tree. It is
# downloaded by the external module build scripts and used to build their
# Python package on GitHub CI services.
#
# It is designed to be executed on the overload.kitware.com build system, and
# it requires 7-Zip to installed at C:\7-Zip. The VTKPythonPackage
# repository needs to be checked out at C:\P\VPP. It is invoked after running the
# scripts/windows_build_wheels.py script.


cd C:\P\
Remove-Item VPP\dist\*
C:\7-Zip\7z.exe a -r 'C:\P\VTKPythonBuilds-windows.zip' -w 'C:\P\VPP' -mem=AES256

0 comments on commit 330ed92

Please sign in to comment.