continuity/build.cmd
Timothy Schenk 68c1cae587
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
build: add nuke as buildsystem
2023-10-08 12:47:30 +02:00

7 lines
207 B
Batchfile

:; set -eo pipefail
:; SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
:; ${SCRIPT_DIR}/build.sh "$@"
:; exit $?
@ECHO OFF
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0build.ps1" %*