Update CI script

This commit is contained in:
Joshua Granick
2018-07-05 14:27:27 -07:00
parent cbf6a85e49
commit c926e347cb

View File

@@ -13,6 +13,12 @@ jobs:
- run:
name: Set Lime Development Directory
command: haxelib dev lime .
- run:
name: Clone HXP
command: git clone --single-branch --recursive https://github.com/openfl/hxp ../hxp --depth 1
- run:
name: Set HXP Development Directory
command: haxelib dev hxp ../hxp
- run:
name: Rebuild Lime Tools
command: haxelib run lime rebuild tools -nocffi
@@ -40,6 +46,12 @@ jobs:
- run:
name: Set Lime Development Directory
command: haxelib dev lime .
- run:
name: Clone HXP
command: git clone --single-branch --recursive https://github.com/openfl/hxp ../hxp --depth 1
- run:
name: Set HXP Development Directory
command: haxelib dev hxp ../hxp
- run:
name: Rebuild Lime Tools
command: haxelib run lime rebuild tools -nocffi