File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ environment:
1212 - job_name : Build Python for iOS and macOS
1313 APPVEYOR_BUILD_WORKER_IMAGE : macos-sonoma
1414
15- # - job_name: Build Python for Android
16- # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
17- # NDK_VERSION: r27
15+ - job_name : Build Python for Android
16+ APPVEYOR_BUILD_WORKER_IMAGE : ubuntu-gce-c
17+ NDK_VERSION : r27
1818
19- # - job_name: Build Python for Linux
20- # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
21- # PYTHON_DIST_RELEASE: 20240909
19+ - job_name : Build Python for Linux
20+ APPVEYOR_BUILD_WORKER_IMAGE : ubuntu-gce-c
21+ PYTHON_DIST_RELEASE : 20240909
2222
23- # - job_name: Build Python for Windows
24- # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
23+ - job_name : Build Python for Windows
24+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
2525
2626matrix :
2727 fast_finish : true
You can’t perform that action at this time.
0 commit comments