Karl Zylinski 4 mesi fa
parent
commit
0c665a980a
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      .github/workflows/build.yml

+ 6 - 0
.github/workflows/build.yml

@@ -26,6 +26,12 @@ jobs:
       - name: minimal (debug)
         run: odin build examples/minimal -vet -strict-style -debug
 
+      - name: minimal (gl)
+        run: odin build examples/minimal -vet -strict-style -define:KARL2D_BACKEND=gl
+
+      - name: minimal (gl, debug)
+        run: odin build examples/minimal -vet -strict-style -debug -define:KARL2D_BACKEND=gl
+
       - name: snake
         run: odin build examples/snake -vet -strict-style