Skip to content

Commit

Permalink
Add a target which grabs the .ci submodule in case it wasn't retrieve…
Browse files Browse the repository at this point in the history
…d with git clone --recursive (#810)
  • Loading branch information
andrewmains12 authored and prateek committed Aug 1, 2018
1 parent 78e6943 commit 34160af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))

# Grab necessary submodules, in case the repo was cloned without --recursive
$(SELF_DIR)/.ci/common.mk:
git submodule update --init --recursive

include $(SELF_DIR)/.ci/common.mk

SHELL=/bin/bash -o pipefail
Expand Down

0 comments on commit 34160af

Please sign in to comment.