Update CI script

This commit is contained in:
Joshua Granick
2017-07-28 14:49:31 -07:00
parent ab97c9e2db
commit 00729725f0

View File

@@ -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 .