Notex-3/buildhaxe.sh
LordMZTE ac59e81432
All checks were successful
continuous-integration/drone/push Build is passing
buildhaxe script will now error when haxe errors
2021-02-12 19:42:55 +01:00

10 lines
116 B
Bash
Executable file

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