mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 10:04:09 +02:00
flake reorg, enable panic hook
This commit is contained in:
parent
f64ffd6cfb
commit
667569052c
18 changed files with 200 additions and 165 deletions
|
|
@ -1,6 +1,8 @@
|
|||
install:
|
||||
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
|
||||
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName
|
||||
rustup-init.exe
|
||||
- if not defined RUSTFLAGS rustup-init.exe -y --default-host
|
||||
x86_64-pc-windows-msvc --default-toolchain nightly
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue