github actions workflow

This commit is contained in:
2021-06-21 11:27:17 -06:00
parent 43bc843ae9
commit fd3198d263
5 changed files with 52 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ KISS_TARGET=${KISS_TARGET:-$1}
KISS_TARGET=${KISS_TARGET:-interp}
# If Travis is running tests, basic dependencies need to be installed
if [ ! -z "$TRAVIS_OS_NAME" ]
if [ ! -z "$CI_OS_NAME" ]
then
(cd kiss/build-scripts && haxelib install all --always)
(cd kiss/build-scripts/$KISS_TARGET && haxelib install all --always)