Skip to content

Commit 5d1250c

Browse files
committed
Run all CI jobs
1 parent 4ee387d commit 5d1250c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

2626
matrix:
2727
fast_finish: true

0 commit comments

Comments
 (0)