Karl Zylinski 4 月之前
父節點
當前提交
0c665a980a
共有 1 個文件被更改,包括 6 次插入0 次删除
  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