reorganize kiss into its own directory
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
haxelib dev kiss ../../
|
||||
haxelib dev kiss ../../kiss
|
||||
haxe build.hxml
|
@@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
haxelib dev kiss ../../
|
||||
haxelib dev kiss ../../kiss
|
||||
echo "" > test-output.txt
|
||||
expected=$'hey\nhey\nhey'
|
||||
if [[ $(uname) == *"MINGW"* ]] || [ $TRAVIS_OS_NAME = "windows" ]; then
|
||||
|
@@ -3,5 +3,5 @@
|
||||
if [ ! -z "$TRAVIS_OS_NAME" ]; then
|
||||
npm install pdf-lib
|
||||
fi
|
||||
haxelib dev kiss ../../
|
||||
haxelib dev kiss ../../kiss
|
||||
haxe build.hxml
|
Reference in New Issue
Block a user