-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (28 loc) · 838 Bytes
/
appveyor.yml
File metadata and controls
33 lines (28 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
os: Visual Studio 2019
environment:
JAVA_HOME: C:\Program Files\Java\jdk11
JDK_HOME: C:\Program Files\Java\jdk11
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
#
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain nightly
- refreshenv
- rustup target add wasm32-unknown-unknown --toolchain nightly
- set PATH=%JDK_HOME%\bin;%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
# - cargo install --git https://github.com/alexcrichton/wasm-gc
build_script:
- set PATH=%JDK_HOME%\bin;%PATH%;%USERPROFILE%\.cargo\bin
- java -version
- javac -version
- gradlew displayCommitHash buildPlugin --info
- gradlew verifyPlugin --info
#
cache:
- C:\Users\appveyor\.gradle
artifacts:
- path: 'build\distributions\*.zip'
name: intellij-pest
#