forked from processing-r/Processing.R
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.appveyor.yml
More file actions
22 lines (19 loc) · 728 Bytes
/
.appveyor.yml
File metadata and controls
22 lines (19 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: v1.0.1.{build}
os: Visual Studio 2017
clone_folder: c:\projects\Processing.R
environment:
matrix:
- JAVA_HOME: "C:\\Program Files (x86)\\Java\\jdk1.8.0"
# - JAVA_HOME: "C:\\Program Files\\Java\\jdk1.8.0"
build: off
install:
- curl -L http://download.processing.org/processing-3.5.3-windows64.zip > c:\projects\processing.zip
- curl -L https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.zip > c:\projects\apache-ant.zip
- cd c:\projects && unzip c:\projects\processing.zip && unzip c:\projects\apache-ant.zip
- set PATH=%PATH%;C:\projects\apache-ant-1.10.6\bin
- cd c:\projects\Processing.R
- .ci\init.cmd
- cd c:\projects\Processing.R
- ant info
- ant try
- ant package