8000 build, refactor: add android ci item. · fibjs/fibjs@2aecba5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 2aecba5

Browse files
committed
build, refactor: add android ci item.
1 parent a645f6a commit 2aecba5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,21 @@ jobs:
7474
target_arch: amd64
7575
build_type: release
7676
skip_test: skip
77+
- os: ubuntu-20.04
78+
build_target: android
79+
target_arch: i386
80+
build_type: release
81+
skip_test: skip
7782
- os: ubuntu-20.04
7883
build_target: android
7984
target_arch: arm64
8085
build_type: release
8186
skip_test: skip
87+
- os: ubuntu-20.04
88+
build_target: android
89+
target_arch: arm
90+
build_type: release
91+
skip_test: skip
8292
- os: windows-2022
8393
target_arch: amd64
8494
build_type: release

0 commit comments

Comments
 (0)
0