Skip to content

Commit

Permalink
mod appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshima11 committed Nov 8, 2023
1 parent 36ee884 commit 9e9999a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
- Visual Studio 2022
- macOS
- Ubuntu
- Visual Studio 2017
#- macOS
#- Ubuntu

skip_branch_with_pr: true
stack: python 3.10
Expand Down Expand Up @@ -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
Expand All @@ -50,21 +50,21 @@ 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

#
# 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
#-
# matrix:
# only:
# - image: Ubuntu
#
# after_build:
# - tar -czvf py-ratios-linux.tar.gz -C dist counter
#
# artifacts:
# - path: py-ratios-linux.tar.gz

0 comments on commit 9e9999a

Please sign in to comment.