install hxcpp/hxnodejs
This commit is contained in:
5
test.sh
5
test.sh
@@ -14,6 +14,11 @@ else
|
|||||||
then
|
then
|
||||||
git clone https://github.com/kiss-lang/kiss
|
git clone https://github.com/kiss-lang/kiss
|
||||||
(cd kiss && lix download)
|
(cd kiss && lix download)
|
||||||
|
if [ "$KISS_TARGET" = cpp ]; then
|
||||||
|
lib install haxelib:hxcpp
|
||||||
|
elif [ "$KISS_TARGET" = nodejs ]; then
|
||||||
|
lix install haxelib:hxnodejs
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z "$2" ]; then
|
if [ ! -z "$2" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user