Improved CI build scripts 6.
This commit is contained in:
parent
5ee4bc8150
commit
def0cf46bd
1 changed files with 4 additions and 3 deletions
|
@ -31,8 +31,9 @@ export PYTHONPATH="${PWD}/DeployTools"
|
||||||
|
|
||||||
/c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/*
|
/c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/*
|
||||||
/c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/*
|
/c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/*
|
||||||
|
mkdir -p "${PACKAGES_DIR}"
|
||||||
|
|
||||||
python3 DeployTools/deploy.py \
|
python3 DeployTools/deploy.py \
|
||||||
-d "${INSTALL_PREFIX}" \
|
-d "${INSTALL_PREFIX_W}" \
|
||||||
-c "${BUILD_PATH}/package_info.conf" \
|
-c "${BUILD_PATH_W}/package_info.conf" \
|
||||||
-o "${PACKAGES_DIR}"
|
-o "${PACKAGES_DIR_W}"
|
||||||
|
|
Loading…
Reference in a new issue