Tightening the project testing setup

This commit is contained in:
2020-11-17 15:39:00 -07:00
parent c744b82112
commit 376e856993
6 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
-lib kiss
-cp src
--main Main
--interp

View File

@@ -0,0 +1,6 @@
package;
import kiss.Kiss;
@:build(kiss.Kiss.build("src/Main.kiss"))
class Main {}

View File

@@ -0,0 +1,2 @@
(defun main []
(trace "Hello, project testing!"))

View File

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