Peter Kurfer
d8d307545f
- Added Benchmarks - Added Nuke build - Refactored directory structure - Generated GitHub Actions config from Nuke - Added tool to handle benchmarking from Nuke
6 lines
126 B
Batchfile
Executable file
6 lines
126 B
Batchfile
Executable file
:; set -eo pipefail
|
|
:; ./build.sh "$@"
|
|
:; exit $?
|
|
|
|
@ECHO OFF
|
|
powershell -ExecutionPolicy ByPass -NoProfile %0\..\build.ps1 %*
|