Patch Qbs. Fix from version 2.1.2.

This commit is contained in:
Roman Telezhynskyi 2023-09-14 18:48:37 +03:00
parent f34b8afda4
commit 390e30f664

View file

@ -243,6 +243,10 @@ macos_task_template: &MACOS_TASK_TEMPLATE
- qmake --version
- which qmake
- qbs --version
# Patch Qbs. Remove after Qbs 2.1.2+.
- curl https://gist.githubusercontent.com/dismine/43a20f66f563232e54e02f2e85732e7a/raw/e80a0c827348da3e99310ba4a648c1860bb3a8a6/BundleModule.qbs --output $HOME/BundleModule.qbs --silent
- cp -f $HOME/BundleModule.qbs $(brew --prefix qbs)/share/qbs/modules/bundle/BundleModule.qbs
- rm $HOME/BundleModule.qbs
build_script:
- echo $PATH
- export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH"