Skip to content

Commit

Permalink
Fixed azure pipelines config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kürzeder committed Sep 11, 2019
1 parent d03834d commit dd79e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:
vmImage: 'ubuntu-16.04'
steps:
- checkout: self
submodules: true
submodules: recursive
- script: chmod +x utils/premake5 && utils/premake5 gmake
displayName: 'Generate Makefile'
- script: chmod +x install-deps.sh && ./install-deps.sh
Expand Down

0 comments on commit dd79e20

Please sign in to comment.