test that haxe scripts compile for godot example
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
2
projects/godot-squash-the-creeps-3d/test.sh
Executable file
2
projects/godot-squash-the-creeps-3d/test.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
haxe build.hxml
|
Reference in New Issue
Block a user