aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMartin Endler <pokusew@seznam.cz>2019-05-12 01:39:35 +0200
committerMartin Endler <pokusew@seznam.cz>2019-05-12 01:39:35 +0200
commit5c3945b431dbcdfc396d82ea9998194727cf06a6 (patch)
tree762e876072407d56ad6ef54d498908d96e52a578 /azure-pipelines.yml
parentc31b062a9b70c350fa721be20df8e6a2676ca5fe (diff)
downloadqtmips-5c3945b431dbcdfc396d82ea9998194727cf06a6.tar.gz
qtmips-5c3945b431dbcdfc396d82ea9998194727cf06a6.tar.bz2
qtmips-5c3945b431dbcdfc396d82ea9998194727cf06a6.zip
Fix CI build definition
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml18
1 files changed, 12 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ebe8eef..b507716 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -35,14 +35,20 @@ jobs:
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
+ - task: Bash@3
displayName: Print qmake version
- noProfile: false
- noRc: false
- - bash: ./build-macos.sh
+ inputs:
+ targetType: inline
+ script: qmake --version
+ noProfile: false
+ noRc: false
+ - task: Bash@3
displayName: Run build script
- noProfile: false
- noRc: false
+ inputs:
+ targetType: file
+ filePath: ./build-macos.sh
+ 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: