mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
gh-137242: Add Android CI job (#137186)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
be56464c4b
commit
f660ec3753
4 changed files with 134 additions and 23 deletions
|
|
@ -24,7 +24,7 @@ fail() {
|
|||
# * https://android.googlesource.com/platform/ndk/+/ndk-rXX-release/docs/BuildSystemMaintainers.md
|
||||
# where XX is the NDK version. Do a diff against the version you're upgrading from, e.g.:
|
||||
# https://android.googlesource.com/platform/ndk/+/ndk-r25-release..ndk-r26-release/docs/BuildSystemMaintainers.md
|
||||
ndk_version=27.2.12479018
|
||||
ndk_version=27.3.13750724
|
||||
|
||||
ndk=$ANDROID_HOME/ndk/$ndk_version
|
||||
if ! [ -e "$ndk" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue