From eb0d639d1f486d5824a9366c8d00d2dd9c7552c5 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 16 Jul 2021 16:02:29 -0600 Subject: [PATCH] run tests on C# (expecting them to fail CI) --- build-scripts/cs/test-cs.sh | 2 ++ build-scripts/cs/test.hxml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 build-scripts/cs/test-cs.sh create mode 100644 build-scripts/cs/test.hxml diff --git a/build-scripts/cs/test-cs.sh b/build-scripts/cs/test-cs.sh new file mode 100644 index 0000000..9b0ac40 --- /dev/null +++ b/build-scripts/cs/test-cs.sh @@ -0,0 +1,2 @@ +#! /bin/bash +./bin/cs/test/bin/TestMain \ No newline at end of file diff --git a/build-scripts/cs/test.hxml b/build-scripts/cs/test.hxml new file mode 100644 index 0000000..a68aede --- /dev/null +++ b/build-scripts/cs/test.hxml @@ -0,0 +1,3 @@ +-lib hxcs +-cs bin/cs/test +-cmd bash kiss/build-scripts/cs/test-cs.sh \ No newline at end of file