Skip to content

Commit

Permalink
Update CI for syncing gitmodules (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshan Syed authored and bobinson committed Nov 7, 2019
1 parent 0bcfaa3 commit 2f4830a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stages:
build:
stage: build
script:
- git submodule sync
- git submodule update --init --recursive
- cmake .
- make -j$(nproc)
Expand Down

0 comments on commit 2f4830a

Please sign in to comment.