|
@@ -27,10 +27,10 @@ jobs:
|
|
|
run: odin build examples/minimal -vet -strict-style -debug
|
|
run: odin build examples/minimal -vet -strict-style -debug
|
|
|
|
|
|
|
|
- name: minimal (gl)
|
|
- name: minimal (gl)
|
|
|
- run: odin build examples/minimal -vet -strict-style -define:KARL2D_BACKEND=gl
|
|
|
|
|
|
|
+ run: odin build examples/minimal -vet -strict-style -define:KARL2D_RENDER_BACKEND=gl
|
|
|
|
|
|
|
|
- name: minimal (gl, debug)
|
|
- name: minimal (gl, debug)
|
|
|
- run: odin build examples/minimal -vet -strict-style -debug -define:KARL2D_BACKEND=gl
|
|
|
|
|
|
|
+ run: odin build examples/minimal -vet -strict-style -debug -define:KARL2D_RENDER_BACKEND=gl
|
|
|
|
|
|
|
|
- name: snake
|
|
- name: snake
|
|
|
run: odin build examples/snake -vet -strict-style
|
|
run: odin build examples/snake -vet -strict-style
|