Fix fork() for projects that use Kiss as a haxelib

This commit is contained in:
2020-12-09 18:16:22 -07:00
parent 646f10f52b
commit cfd3147337
25 changed files with 12 additions and 267 deletions

View File

@@ -1,4 +1,3 @@
#! /bin/bash
haxelib dev kiss ../../kiss
haxe build.hxml

View File

@@ -1,6 +1,5 @@
#! /bin/bash
haxelib dev kiss ../../kiss
echo "" > test-output.txt
expected=$'hey\nhey\nhey'
if [[ $(uname) == *"MINGW"* ]] || [ $TRAVIS_OS_NAME = "windows" ]; then

View File

@@ -9,5 +9,4 @@ if [ ! -z "$TRAVIS_OS_NAME" ]; then
npm install pdf-lib
haxelib install hxnodejs
fi
haxelib dev kiss ../../kiss
haxe build.hxml