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