install dependencies

This commit is contained in:
2020-11-12 20:08:53 -07:00
parent 93c1134921
commit 0a53dc20de

View File

@@ -1,3 +1,11 @@
#! /bin/bash
if [ ! -z "$TRAVIS_OS_NAME" ]
then
haxelib install utest
haxelib install hxnodejs
fi
HISS_TARGET=${HISS_TARGET:-$1}
HISS_TARGET=${HISS_TARGET:-interp}
haxe src/build-scripts/test/$HISS_TARGET.hxml