install dependencies
This commit is contained in:
8
test.sh
8
test.sh
@@ -1,3 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
if [ ! -z "$TRAVIS_OS_NAME" ]
|
||||||
|
then
|
||||||
|
haxelib install utest
|
||||||
|
haxelib install hxnodejs
|
||||||
|
fi
|
||||||
|
|
||||||
HISS_TARGET=${HISS_TARGET:-$1}
|
HISS_TARGET=${HISS_TARGET:-$1}
|
||||||
|
HISS_TARGET=${HISS_TARGET:-interp}
|
||||||
haxe src/build-scripts/test/$HISS_TARGET.hxml
|
haxe src/build-scripts/test/$HISS_TARGET.hxml
|
||||||
Reference in New Issue
Block a user