Vendor things

This commit is contained in:
John Doty 2024-03-08 11:03:01 -08:00
parent 5deceec006
commit 977e3c17e5
19434 changed files with 10682014 additions and 0 deletions

19
third-party/vendor/jni-sys/appveyor.yml vendored Normal file
View file

@ -0,0 +1,19 @@
environment:
matrix:
- TARGET: i686-pc-windows-msvc
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
- TARGET: x86_64-pc-windows-msvc
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host %TARGET%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;%JAVA_HOME%\jre\bin\server
- rustc -V
- cargo -V
build: false
test_script:
- cargo build --target %TARGET%
#- cargo run --target %TARGET% -p systest
cache:
- target
- C:\Users\appveyor\.cargo\registry