mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Try to make qt available in PATH for all tasks
This commit is contained in:
parent
d5dc5fbecf
commit
ed20264ead
@ -97,6 +97,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
pip3 install aqtinstall
|
pip3 install aqtinstall
|
||||||
python3 -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia
|
python3 -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia
|
||||||
|
echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.3.1/macos/bin'
|
||||||
brew install create-dmg
|
brew install create-dmg
|
||||||
brew install node
|
brew install node
|
||||||
brew link --overwrite node
|
brew link --overwrite node
|
||||||
@ -112,7 +113,6 @@ jobs:
|
|||||||
certSecureFile: 'developerID_application.p12'
|
certSecureFile: 'developerID_application.p12'
|
||||||
certPwd: $(P12Password)
|
certPwd: $(P12Password)
|
||||||
- script: |
|
- script: |
|
||||||
export PATH=$(Build.SourcesDirectory)/6.3.1/macos/bin:$PATH
|
|
||||||
cd $(Build.SourcesDirectory)
|
cd $(Build.SourcesDirectory)
|
||||||
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
||||||
echo "Trying to know if we are in a forked repo: $IS_FORK"
|
echo "Trying to know if we are in a forked repo: $IS_FORK"
|
||||||
|
Loading…
Reference in New Issue
Block a user