Skip to content

Commit

Permalink
ci: add VSC19
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 20, 2023
1 parent b161b6a commit 469bb84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Use large clone depth so that a tag is included for versioning
clone_depth: 256
image: Visual Studio 2019

notifications:
- provider: Email
Expand All @@ -12,7 +13,7 @@ environment:
- PYTHON: "C:\\Python39-x64"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%

install:
# Install InnoSetup and add to path
Expand Down

0 comments on commit 469bb84

Please sign in to comment.