Skip to content

Commit

Permalink
ci: add android target
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Nov 6, 2024
1 parent 8a504a1 commit d697fe0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,23 @@ jobs:
cross: false
extra-args: -F "shadowsocks, tuic, onion"
rustflags: "-Ctarget-feature=+crt-static --cfg tokio_unstable"
# Android
- os: ubuntu-latest
target: aarch64-linux-android
cross: true
extra-args: -F "shadowsocks, tuic, onion"
- os: ubuntu-latest
target: armv7-linux-androideabi
cross: true
extra-args: -F "shadowsocks, tuic, onion"
- os: ubuntu-latest
target: x86_64-linux-android
cross: true
extra-args: -F "shadowsocks, tuic, onion"
- os: ubuntu-latest
target: i686-linux-android
cross: true
extra-args: -F "shadowsocks, tuic, onion"
# Linux mips: tier-3, pity
# Windows gnu: tokio dont work
# Windows aarch: todo
Expand Down

0 comments on commit d697fe0

Please sign in to comment.