Correct CI

This commit is contained in:
gingerBill
2022-01-30 21:43:42 +00:00
parent 35a826a0fd
commit 1502066303
2 changed files with 4 additions and 5 deletions
+4 -3
View File
@@ -25,7 +25,7 @@ jobs:
- name: Odin run -debug
run: ./odin run examples/demo -debug
timeout-minutes: 10
- name: Odin check examples/local
- name: Odin check examples/all
run: ./odin check examples/all
timeout-minutes: 10
- name: Core library tests
@@ -65,7 +65,7 @@ jobs:
- name: Odin run -debug
run: ./odin run examples/demo -debug
timeout-minutes: 10
- name: Odin check examples/local
- name: Odin check examples/all
run: ./odin check examples/all
timeout-minutes: 10
- name: Core library tests
@@ -111,7 +111,8 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
odin run examples/demo -debug
timeout-minutes: 10
- name: Odin check examples/local
- name: Odin check examples/all
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
odin check examples/all