Update CI script
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user