Add Nuke Build (and temporary nuke Dalamud, heh)

This commit is contained in:
Mino 2020-03-12 20:23:47 +09:00
parent c6a9879498
commit b262fd7e9d
122 changed files with 287 additions and 7894 deletions

6
build.cmd Executable file
View file

@ -0,0 +1,6 @@
:; set -eo pipefail
:; ./build.sh "$@"
:; exit $?
@ECHO OFF
powershell -ExecutionPolicy ByPass -NoProfile %0\..\build.ps1 %*