Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 4, 2023
1 parent d55b73a commit dbf155b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
os:
- Visual Studio 2022

environment:
matrix:
- TARGET: i686-pc-windows-msvc
Expand All @@ -11,7 +11,7 @@ environment:
BITS: 32
- TARGET: x86_64-pc-windows-msvc
BITS: 64

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-toolchain=stable-%TARGET%
Expand All @@ -23,3 +23,13 @@ build: false

test_script:
- cargo build

deploy:

- provider: GitHub
on:
branch: main
tag: v$(appveyor_build_version)
description: Release v$(appveyor_build_version)
auth_token: $(GITHUB_TOKEN)
force_update: true

0 comments on commit dbf155b

Please sign in to comment.