|
@@ -51,12 +51,12 @@ 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: shared }
|
|
|
|
|
- - { platform: linux-clang-tidy, lib-type: static }
|
|
|
|
|
- - { platform: linux-clang-format, lib-type: static }
|
|
|
|
|
|
|
+ - { platform: web, lib-type: static, architecture: wasm, build-type: rel }
|
|
|
|
|
+ - { platform: web, lib-type: static, architecture: wasm, build-type: dbg }
|
|
|
|
|
+ - { platform: android, lib-type: static, architecture: all, build-type: both }
|
|
|
|
|
+ - { platform: android, lib-type: shared, architecture: all, build-type: both }
|
|
|
|
|
+ - { platform: linux-clang-tidy }
|
|
|
|
|
+ - { platform: linux-clang-format }
|
|
|
env:
|
|
env:
|
|
|
HOST: ${{ github.job }}
|
|
HOST: ${{ github.job }}
|
|
|
PLATFORM: ${{ matrix.platform }}
|
|
PLATFORM: ${{ matrix.platform }}
|
|
@@ -155,7 +155,7 @@ jobs:
|
|
|
- name: Upload artifact
|
|
- name: Upload artifact
|
|
|
uses: actions/upload-artifact@v2
|
|
uses: actions/upload-artifact@v2
|
|
|
with:
|
|
with:
|
|
|
- name: ${{ matrix.platform }}-${{ matrix.lib-type }}--rel
|
|
|
|
|
|
|
+ name: ${{ matrix.platform }}-${{ matrix.lib-type }}-all-rel
|
|
|
path: build/ci/*.tar.gz
|
|
path: build/ci/*.tar.gz
|
|
|
windows:
|
|
windows:
|
|
|
name: 🔲
|
|
name: 🔲
|