aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMartin Endler <pokusew@seznam.cz>2019-05-12 01:35:40 +0200
committerMartin Endler <pokusew@seznam.cz>2019-05-12 01:35:40 +0200
commitc31b062a9b70c350fa721be20df8e6a2676ca5fe (patch)
tree2faf0e5eec2e7dbb32026f23d28e478053d6bbf0 /azure-pipelines.yml
parentb25256e277e5849f61cb6ffcddb991f8c061120b (diff)
downloadqtmips-c31b062a9b70c350fa721be20df8e6a2676ca5fe.tar.gz
qtmips-c31b062a9b70c350fa721be20df8e6a2676ca5fe.tar.bz2
qtmips-c31b062a9b70c350fa721be20df8e6a2676ca5fe.zip
Fix CI build
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2b8065e..ebe8eef 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -33,10 +33,16 @@ jobs:
# docs: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/bash?view=azure-devops
- bash: brew install qt libelf
displayName: Install Qt and libelf using brew
+ - bash: echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile
+ displayName: Add Qt to the path
- bash: qmake --version
displayName: Print qmake version
+ noProfile: false
+ noRc: false
- bash: ./build-macos.sh
displayName: Run build script
+ noProfile: false
+ noRc: false
# https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/publish-pipeline-artifact?view=azure-devops
- task: PublishPipelineArtifact@0
inputs: