From 9e9999ac33079b7067ed0afebe82fa0a01863cce Mon Sep 17 00:00:00 2001 From: Yoshima11 Date: Wed, 8 Nov 2023 04:47:06 -0300 Subject: [PATCH] mod appveyor --- appveyor.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b07267b..e37d43f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: -- Visual Studio 2022 -- macOS -- Ubuntu +- Visual Studio 2017 +#- macOS +#- Ubuntu skip_branch_with_pr: true stack: python 3.10 @@ -33,7 +33,7 @@ for: matrix: only: - - image: Visual Studio 2022 + - image: Visual Studio 2017 after_build: - 7z a py-ratios-windows.zip %CD%\dist\*.exe @@ -50,7 +50,7 @@ for: - image: macOS after_build: - - tar -czvf py-ratios-macos.tar.gz -C dist counter.app + - tar -czvf py-ratios-macos.tar.gz -C dist py-ratios.app artifacts: - path: pyratios-macos.tar.gz @@ -58,13 +58,13 @@ for: # # Linux package # -- - matrix: - only: - - image: Ubuntu - - after_build: - - tar -czvf py-ratios-linux.tar.gz -C dist counter - - artifacts: - - path: py-ratios-linux.tar.gz \ No newline at end of file +#- +# matrix: +# only: +# - image: Ubuntu +# +# after_build: +# - tar -czvf py-ratios-linux.tar.gz -C dist counter +# +# artifacts: +# - path: py-ratios-linux.tar.gz \ No newline at end of file