Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Dec 16, 2019
1 parent 13ccae3 commit 72f1e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ steps:
cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release'


- script: cd $(Build.SourcesDirectory)/build && make -j 8
displayName: 'Make'

- script: |
cd $(Build.SourcesDirectory)
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
Expand Down

0 comments on commit 72f1e05

Please sign in to comment.