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 b0bcb19 commit 9b2d342
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,14 @@ steps:
- script: git submodule update --init --recursive
displayName: 'Fetch third party dependency'

- script: mkdir build && cd build
displayName: 'Create build directory'

- script: cmake .. -DCMAKE_BUILD_TYPE=Release
displayName: 'Generate make files'

- script: make -j 8
displayName: 'Compilation started'
- task: CMake@1
displayName: 'Generate make-files'
inputs:
cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release'


- script: |
mv ../icon.png . && mv ../default.desktop ..
cd $(Build.SourcesDirectory)
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt*.AppImage
export VERSION=$(git describe --abbrev=0)
Expand Down

0 comments on commit 9b2d342

Please sign in to comment.