Browse Source

For CI - web platform with Debug build config.

Yao Wei Tjong 姚伟忠 5 years ago
parent
commit
395fd5eedc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.github/workflows/main.yml

@@ -51,9 +51,10 @@ jobs:
           - rel
           - rel
           - dbg
           - dbg
         include:
         include:
+          - { platform: web, lib-type: static, build-type: rel }
+          - { platform: web, lib-type: static, build-type: dbg }
           - { platform: android, lib-type: static }
           - { platform: android, lib-type: static }
           - { platform: android, lib-type: shared }
           - { platform: android, lib-type: shared }
-          - { platform: web, lib-type: static }
           - { platform: linux-clang-tidy, lib-type: static}
           - { platform: linux-clang-tidy, lib-type: static}
     env:
     env:
       HOST: ${{ github.job }}
       HOST: ${{ github.job }}