Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Oct 4, 2023
1 parent 3deb5e6 commit 467836f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os:
- Visual Studio 2015
- Visual Studio 2022

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

install:
# Install Rust
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-toolchain=stable-%TARGET%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
Expand All @@ -21,4 +22,14 @@ install:
build: false

test_script:
- cargo build
- 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 467836f

Please sign in to comment.