Improved CI build scripts 5.
This commit is contained in:
parent
e84a8ac349
commit
5ee4bc8150
1 changed files with 4 additions and 4 deletions
|
@ -20,13 +20,13 @@
|
|||
|
||||
git clone https://github.com/webcamoid/DeployTools.git
|
||||
|
||||
# export PATH="/c/Program Files (x86)/NSIS:${PATH}"
|
||||
export PATH="/c/Program Files (x86)/NSIS:${PATH}"
|
||||
export INSTALL_PREFIX="${PWD}/package-data-${COMPILER}"
|
||||
# export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}")
|
||||
export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}")
|
||||
export PACKAGES_DIR="${PWD}/packages/windows-${COMPILER}"
|
||||
# export PACKAGES_DIR_W=$(cygpath -w "${PACKAGES_DIR}")
|
||||
export PACKAGES_DIR_W=$(cygpath -w "${PACKAGES_DIR}")
|
||||
export BUILD_PATH="${PWD}/build-${COMPILER}-x64"
|
||||
# export BUILD_PATH_W=$(cygpath -w "${BUILD_PATH}")
|
||||
export BUILD_PATH_W=$(cygpath -w "${BUILD_PATH}")
|
||||
export PYTHONPATH="${PWD}/DeployTools"
|
||||
|
||||
/c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/*
|
||||
|
|
Loading…
Reference in a new issue