CI use quiet haxelib install

This commit is contained in:
2022-06-19 21:42:59 +00:00
parent 25457ffa19
commit 4dc98a5397
2 changed files with 9 additions and 9 deletions

View File

@@ -8,8 +8,8 @@ KISS_TARGET=${KISS_TARGET:-interp}
# If Travis is running tests, basic dependencies need to be installed
if [ ! -z "$CI_OS_NAME" ]
then
(cd kiss/build-scripts && haxelib install all --always)
(cd kiss/build-scripts/$KISS_TARGET && haxelib install all --always)
(cd kiss/build-scripts && haxelib install all --always --quiet)
(cd kiss/build-scripts/$KISS_TARGET && haxelib install all --always --quiet)
fi
# Test projects with test-project.sh