mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Make check_all.sh executable, fix two typos
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
if "%1" == "" (
|
if "%1" == "" (
|
||||||
echo Checking darwin_amd64 - expect vendor:cgtlf panic
|
echo Checking darwin_amd64 - expect vendor:cgltf panic
|
||||||
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_amd64
|
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_amd64
|
||||||
echo Checking darwin_arm64 - expect vendor:cgtlf panic
|
echo Checking darwin_arm64 - expect vendor:cgltf panic
|
||||||
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_arm64
|
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_arm64
|
||||||
echo Checking linux_i386
|
echo Checking linux_i386
|
||||||
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:linux_i386
|
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:linux_i386
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -45,9 +45,9 @@ wasm)
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo Checking darwin_amd64 - expect vendor:cgtlf panic
|
echo Checking darwin_amd64 - expect vendor:cgltf panic
|
||||||
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_amd64
|
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_amd64
|
||||||
echo Checking darwin_arm64 - expect vendor:cgtlf panic
|
echo Checking darwin_arm64 - expect vendor:cgltf panic
|
||||||
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_arm64
|
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_arm64
|
||||||
echo Checking linux_i386
|
echo Checking linux_i386
|
||||||
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:linux_i386
|
odin check examples/all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:linux_i386
|
||||||
|
|||||||
Reference in New Issue
Block a user