buildhaxe script will now error when haxe errors
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2021-02-12 19:42:55 +01:00
parent e35cfad86e
commit ac59e81432
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
#!/bin/sh
#exit on error
set -e
#REQUIRES https://haxe.org to be installed!
cd src/kubejs/server
haxe build.hxml
cd ../../..