From 0bfdc3c28e6cdc6415960e6709cf5f99a9a6e41d Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Mon, 20 Oct 2014 15:09:06 -0400 Subject: [PATCH] minor: apply patch after fetching source on MCI --- .mci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mci.yml b/.mci.yml index 57d6064096..514cdf2c48 100644 --- a/.mci.yml +++ b/.mci.yml @@ -160,6 +160,9 @@ tasks: - name: lint commands: - func: "fetch source" + - command: git.apply_patch + params: + directory: "mongo-cxx-driver" - command: shell.exec params: working_dir: "mongo-cxx-driver" @@ -171,6 +174,9 @@ tasks: - name: compile commands: - func: "fetch source" + - command: git.apply_patch + params: + directory: "mongo-cxx-driver" - command: shell.exec params: working_dir: "mongo-cxx-driver"