mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01:00
ci: strip android libraries
do not cancel RPCS3 Qt UI job
This commit is contained in:
parent
a53080b75f
commit
0298a3f834
2
.github/workflows/rpcs3.yml
vendored
2
.github/workflows/rpcs3.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.event_name }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
BUILD_REPOSITORY_NAME: ${{ github.repository }}
|
||||
|
|
|
|||
1
.github/workflows/rpcsx.yml
vendored
1
.github/workflows/rpcsx.yml
vendored
|
|
@ -116,6 +116,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
$ANDROID_SDK_ROOT/cmake/${{ env.CMAKE_VERSION }}/bin/cmake --build build
|
||||
$ANDROID_SDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip build/librpcsx-android.so
|
||||
mv build/librpcsx-android.so librpcsx-android-${{ matrix.abi }}-${{ matrix.arch }}.so
|
||||
|
||||
- name: Deploy build
|
||||
|
|
|
|||
Loading…
Reference in a new issue