Files
Odin/tests/core/build.bat
T
2021-09-07 18:30:54 +02:00

6 lines
207 B
Batchfile

@echo off
set COMMON=-show-timings -no-bounds-check -vet -strict-style
set PATH_TO_ODIN==..\..\odin
python3 download_assets.py
%PATH_TO_ODIN% test image %COMMON%
%PATH_TO_ODIN% test compress %COMMON%