Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e48dbbf048604397ec00a2f95600e57b57634577
/
.
/
.gitlab
/
ci
/
package_windows.ps1
blob: 9ec2942eaf19780c7b41d65968af5601d79ba01c [
file
]
if
(
Test
-
Path
-
Path
"build/ci_package_info.cmake"
-
PathType
Leaf
)
{
cmake
-
P
.
gitlab
/
ci
/
package_windows_build
.
cmake
}
else
{
cd build
cpack
-
G ZIP
cpack
-
G WIX
}