Skip to content

Commit 5dc1ae8

Browse files
committed
Re-publish 0.8.0 packages
1 parent f2b9275 commit 5dc1ae8

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.appveyor.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -232,37 +232,37 @@ for:
232232
python3 ci/patch_pubspec.py src/serious_python_linux/pubspec.yaml $PKG_VER
233233
234234
cd src/serious_python_platform_interface
235-
dart pub publish --force || exit 1
235+
dart pub publish --force
236236
cd $APPVEYOR_BUILD_FOLDER
237237
238238
sleep 60
239239
240240
cd src/serious_python_android
241-
dart pub publish --force || exit 1
241+
dart pub publish --force
242242
cd $APPVEYOR_BUILD_FOLDER
243243
244244
sleep 60
245245
246246
cd src/serious_python_darwin
247-
dart pub publish --force || exit 1
247+
dart pub publish --force
248248
cd $APPVEYOR_BUILD_FOLDER
249249
250250
sleep 60
251251
252252
cd src/serious_python_windows
253-
dart pub publish --force || exit 1
253+
dart pub publish --force
254254
cd $APPVEYOR_BUILD_FOLDER
255255
256256
sleep 60
257257
258258
cd src/serious_python_linux
259-
dart pub publish --force || exit 1
259+
dart pub publish --force
260260
cd $APPVEYOR_BUILD_FOLDER
261261
262262
sleep 60
263263
264264
cd src/serious_python
265-
dart pub publish --force || exit 1
265+
dart pub publish --force
266266
cd $APPVEYOR_BUILD_FOLDER
267267
268268
elif [[ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then

0 commit comments

Comments
 (0)