@Aang23 @JVital2013 while I was trying to build SatDump for Android , I used the CI pipeline as build instructions.
I did manage to find build.sh to build dependencies -- https://github.com/SatDump/SatDump/blob/b79af48a1ef2cd945ce4ce9ddcc7691a86f3bf03/.github/workflows/all_build.yml#L195C1-L195C157
I did not manage to find build_release.sh to build the actual application -- https://github.com/SatDump/SatDump/blob/b79af48a1ef2cd945ce4ce9ddcc7691a86f3bf03/.github/workflows/all_build.yml#L199
While I did manage to build it using gradlew in the end , it would be nice to have access to build_release.sh script.
Can you please include the /home/owner/build_release.sh android CI build script in this repository ?
Thank you
@Aang23 @JVital2013 while I was trying to build SatDump for Android , I used the CI pipeline as build instructions.
I did manage to find build.sh to build dependencies -- https://github.com/SatDump/SatDump/blob/b79af48a1ef2cd945ce4ce9ddcc7691a86f3bf03/.github/workflows/all_build.yml#L195C1-L195C157
I did not manage to find build_release.sh to build the actual application -- https://github.com/SatDump/SatDump/blob/b79af48a1ef2cd945ce4ce9ddcc7691a86f3bf03/.github/workflows/all_build.yml#L199
While I did manage to build it using gradlew in the end , it would be nice to have access to build_release.sh script.
Can you please include the
/home/owner/build_release.shandroid CI build script in this repository ?Thank you