Skip to content

Commit

Permalink
Fixed invalid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Mar 15, 2019
1 parent dd4aa6a commit 92ef6b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
dependsOn: test
steps:
- script: |
sudo add-apt-repository ppa:koffeinflummi/armake
sudo apt-get update
sudo apt-get install armake
sudo add-apt-repository ppa:koffeinflummi/armake
sudo apt-get update
sudo apt-get install armake
displayName: 'Install armake'
- script: |
armake -v
make -j 4
armake -v
make -j 4
displayName: 'Build with armake'
- job: package
Expand Down

0 comments on commit 92ef6b5

Please sign in to comment.