build all
This commit is contained in:
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -15,23 +15,23 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - platform: android
|
- platform: android
|
||||||
# os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
# targets: aab,apk
|
targets: aab,apk
|
||||||
|
|
||||||
# - platform: windows
|
- platform: windows
|
||||||
# os: windows-latest
|
os: windows-latest
|
||||||
# aarch: amd64
|
aarch: amd64
|
||||||
# targets: exe
|
targets: exe
|
||||||
# - platform: windows
|
# - platform: windows
|
||||||
# os: windows-latest
|
# os: windows-latest
|
||||||
# aarch: 386
|
# aarch: 386
|
||||||
# targets: exe
|
# targets: exe
|
||||||
|
|
||||||
# - platform: linux
|
# - platform: linux
|
||||||
# os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
# aarch: 386
|
# aarch: 386
|
||||||
# targets: appimage
|
# targets: AppImage
|
||||||
|
|
||||||
# - platform: macos
|
# - platform: macos
|
||||||
# os: macos-11
|
# os: macos-11
|
||||||
|
|||||||
Reference in New Issue
Block a user