From dec04c05a31e361ce8ceb3079b1bfd3ce2dcca77 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 4 Sep 2021 13:44:43 -0600 Subject: [PATCH] test that haxe scripts compile for godot example --- .github/workflows/test.yml | 1 + projects/godot-squash-the-creeps-3d/test.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 projects/godot-squash-the-creeps-3d/test.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f566b7c3..af4442ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,7 @@ jobs: - KISS_PROJECT=pdf-salad - KISS_PROJECT=leet-code - KISS_PROJECT=sched + - KISS_PROJECT=godot-squash-the-creeps-3d fail-fast: true runs-on: ${{ matrix.os }} env: diff --git a/projects/godot-squash-the-creeps-3d/test.sh b/projects/godot-squash-the-creeps-3d/test.sh new file mode 100755 index 00000000..eb63083d --- /dev/null +++ b/projects/godot-squash-the-creeps-3d/test.sh @@ -0,0 +1,2 @@ +#! /bin/bash +haxe build.hxml \ No newline at end of file