Skip to content

Commit

Permalink
pull the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Nov 27, 2018
1 parent b945793 commit ae423bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:

pool:
vmImage: 'Ubuntu 16.04'

steps:
- script: |
git submodule update --init
mkdir build
cd build
cmake -G "Unix Makefiles" ../
Expand Down

0 comments on commit ae423bf

Please sign in to comment.