From 00729725f05620c7d2e6e0b10b32f07ffb4a995e Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 28 Jul 2017 14:49:31 -0700 Subject: [PATCH] Update CI script --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bcbd5a86..0528142b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,9 @@ jobs: working_directory: /workspace/lime steps: - checkout + - run: + name: Update Git Submodules + command: git submodule update --init - run: name: Set Lime Development Directory command: haxelib dev lime . @@ -31,6 +34,9 @@ jobs: working_directory: /workspace/lime steps: - checkout + - run: + name: Update Git Submodules + command: git submodule update --init - run: name: Set Lime Development Directory command: haxelib dev lime .