mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 23:51:25 -07:00
890fe07c6e
This should tidy up the CI output logs a bit.
8 lines
244 B
Batchfile
8 lines
244 B
Batchfile
@echo off
|
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
|
set PATH_TO_ODIN==..\..\odin
|
|
|
|
echo ---
|
|
echo Running vendor:glfw tests
|
|
echo ---
|
|
%PATH_TO_ODIN% run glfw %COMMON% -out:vendor_glfw.exe || exit /b |