mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 06:22:45 +00:00
Android build script
This commit is contained in:
parent
8438eddc95
commit
a9ef8f658b
4 changed files with 120 additions and 1 deletions
4
.github/workflows/publish-exe.yml
vendored
4
.github/workflows/publish-exe.yml
vendored
|
@ -77,6 +77,10 @@ jobs:
|
|||
fi
|
||||
elif [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then
|
||||
zip -j mypubdir4/tun2proxy-${{ matrix.target }}.zip target/${{ matrix.target }}/release/tun2proxy README.md target/tun2proxy-ffi.h target/${{ matrix.target }}/release/libtun2proxy.so
|
||||
if [[ "${{ matrix.target }}" == "x86_64-unknown-linux-gnu" ]]; then
|
||||
./build-android.sh
|
||||
cp ./tun2proxy-android-libs.zip ./mypubdir4/
|
||||
fi
|
||||
fi
|
||||
|
||||
- name: Publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue