@@ -5,32 +5,32 @@ environment:
55 secure : 9SKIwc3VSfYJ5IChvNR74mEv2nb0ZFftUzn3sGRdXipXEfKSxY50DoodChHvlqZduQNhjg0oyLWAAa3n+iwWvVM2yI7Cgb14lFNClijz/kHI/PibnjDMNvLKaAygcfAc
66
77 matrix :
8- # - job_name: Test on macOS
9- # job_group: test_serious_python
10- # job_depends_on: build_python_darwin
11- # APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura
8+ - job_name : Test on macOS
9+ job_group : test_serious_python
10+ job_depends_on : build_python_darwin
11+ APPVEYOR_BUILD_WORKER_IMAGE : macos-ventura
1212
13- # - job_name: Test on iOS
14- # job_group: test_serious_python
15- # job_depends_on: build_python_darwin
16- # APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura
13+ - job_name : Test on iOS
14+ job_group : test_serious_python
15+ job_depends_on : build_python_darwin
16+ APPVEYOR_BUILD_WORKER_IMAGE : macos-ventura
1717
18- # - job_name: Test on Android
19- # job_group: test_serious_python
20- # job_depends_on: build_python_android
21- # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
18+ - job_name : Test on Android
19+ job_group : test_serious_python
20+ job_depends_on : build_python_android
21+ APPVEYOR_BUILD_WORKER_IMAGE : ubuntu-gce-c
2222
23- # - job_name: Test on Windows
24- # job_group: test_serious_python
25- # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
23+ - job_name : Test on Windows
24+ job_group : test_serious_python
25+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
2626
27- # - job_name: Test on Linux
28- # job_group: test_serious_python
29- # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2004
27+ - job_name : Test on Linux
28+ job_group : test_serious_python
29+ APPVEYOR_BUILD_WORKER_IMAGE : ubuntu2004
3030
31- # - job_name: Test on Linux ARM64
32- # job_group: test_serious_python
33- # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2204-arm
31+ - job_name : Test on Linux ARM64
32+ job_group : test_serious_python
33+ APPVEYOR_BUILD_WORKER_IMAGE : ubuntu2204-arm
3434
3535 - job_name : Publish serious_python package to pub.dev
3636 job_group : publish_package
@@ -235,34 +235,28 @@ for:
235235 dart pub publish --force
236236 cd $APPVEYOR_BUILD_FOLDER
237237
238- sleep 60
238+ sleep 300
239239
240240 cd src/serious_python_android
241241 dart pub publish --force
242242 cd $APPVEYOR_BUILD_FOLDER
243243
244- sleep 60
245-
246244 cd src/serious_python_darwin
247245 dart pub publish --force
248246 cd $APPVEYOR_BUILD_FOLDER
249247
250- sleep 60
251-
252248 cd src/serious_python_windows
253249 dart pub publish --force
254250 cd $APPVEYOR_BUILD_FOLDER
255251
256- sleep 60
257-
258252 cd src/serious_python_linux
259253 dart pub publish --force
260254 cd $APPVEYOR_BUILD_FOLDER
261255
262- sleep 60
256+ sleep 300
263257
264258 cd src/serious_python
265- dart pub publish --force
259+ dart pub publish --force || exit 1
266260 cd $APPVEYOR_BUILD_FOLDER
267261
268262 elif [[ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then
0 commit comments