build.bat 305 B

123456
  1. @echo off
  2. set PATH_TO_ODIN==..\..\odin
  3. rem %PATH_TO_ODIN% run test_rtti.odin -file -vet -strict-style -o:minimal || exit /b
  4. %PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal || exit /b
  5. rem -define:SEED=42
  6. %PATH_TO_ODIN% run test_pow.odin -file -vet -strict-style -o:minimal || exit /b