File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 pull_request :
4- name : " rs- android"
4+ name : " android"
55jobs :
66 build :
7- name : Building Android on ${{ matrix.os }}
7+ name : Building iOS Pod on ${{ matrix.os }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
3030 i686-linux-android
3131 cargo install cargo-ndk
3232
33- - name : Build Android
33+ - name : Build Pod
3434 run : |
3535 cargo ndk -t armeabi-v7a -t arm64-v8a -o ./jniLibs build --release -Zbuild-std -p powersync_loadable
Original file line number Diff line number Diff line change 11on :
22 push :
33 pull_request :
4- name : " rs-android "
4+ name : " ios "
55jobs :
66 build :
77 name : Building Android on ${{ matrix.os }}
Original file line number Diff line number Diff line change 11on :
22 push :
3- name : " rs- tests"
3+ name : " tests"
44jobs :
55 build :
66 name : Testing on ${{ matrix.os }}
Original file line number Diff line number Diff line change 11on :
22 push :
33 pull_request :
4- name : " rs- valgrind"
4+ name : " valgrind"
55jobs :
66 build :
77 name : Testing on ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments