Skip to content

Commit d1ede8e

Browse files
update ant 1.10.1 --> 1.10.6, processing 3.3 --> 3.5.3
1 parent 0881132 commit d1ede8e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ environment:
1010
build: off
1111

1212
install:
13-
- curl -L http://download.processing.org/processing-3.3-windows64.zip > c:\projects\processing.zip
14-
- curl -L https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.zip > c:\projects\apache-ant.zip
13+
- curl -L http://download.processing.org/processing-3.5.3-windows64.zip > c:\projects\processing.zip
14+
- curl -L https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.zip > c:\projects\apache-ant.zip
1515
- cd c:\projects && unzip c:\projects\processing.zip && unzip c:\projects\apache-ant.zip
16-
- set PATH=%PATH%;C:\projects\apache-ant-1.10.1\bin
16+
- set PATH=%PATH%;C:\projects\apache-ant-1.10.6\bin
1717
- cd c:\projects\Processing.R
1818
- .ci\init.cmd
1919
- cd c:\projects\Processing.R

.ci/init-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sudo apt-get install ant-optional;
55
source "$(dirname "${BASH_SOURCE}")/../scripts/utils/generator-util.sh"
66

77
# Download Processing.
8-
curl -L http://download.processing.org/processing-3.3-linux64.tgz > ${HOME}/processing.tgz && \
8+
curl -L http://download.processing.org/processing-3.5.3-linux64.tgz > ${HOME}/processing.tgz && \
99
tar xvf ${HOME}/processing.tgz -C ${HOME} > /dev/null && \
10-
mv ${HOME}/processing-3.3 ${HOME}/processing && \
10+
mv ${HOME}/processing-3.5.3 ${HOME}/processing && \
1111
rm -rf ${HOME}/processing.tgz
1212

1313
# Paths

.ci/init.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
REM Maintainer Ce Gao(gaocegege) <github.com/gaocegege>
1+
REM Maintainer Jeremy Douglass <github.com/jeremydouglass>
22

33
REM # Paths
44
REM # Those paths are not needed when building runner.jar,
55
REM # but will be used in the future to package the mode.
66
set modes="c:\\mock-user\\modes"
77
set executable="c:\\mock-user\\Processing"
88
REM # Those paths are important to build runner.jar.
9-
set processing="c:\\projects\\processing-3.3"
10-
set core="c:\\projects\\processing-3.3\\core\\library"
11-
set pde="c:\\projects\\processing-3.3\\lib\\pde.jar"
9+
set processing="c:\\projects\\processing-3.5.3"
10+
set core="c:\\projects\\processing-3.5.3\\core\\library"
11+
set pde="c:\\projects\\processing-3.5.3\\lib\\pde.jar"
1212
set version="appveyor"
1313
set commitid="mock-in-appveyor"
1414

0 commit comments

Comments
 (0)