aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-30 21:43:42 +0000
committergingerBill <bill@gingerbill.org>2022-01-30 21:43:42 +0000
commit1502066303fdb448ce83350419bb4b74fa9d6289 (patch)
treebe04113a1b9575be0e250dc9876a51ee12e4c6a6 /.github
parent35a826a0fdab5320462e9574f2a2f791bd913980 (diff)
Correct CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 575d2406d..fcb909a14 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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