Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
19
third-party/vendor/jni-sys/appveyor.yml
vendored
Normal file
19
third-party/vendor/jni-sys/appveyor.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue