File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ environment:
1010build : off
1111
1212install :
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
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ sudo apt-get install ant-optional;
55source " $( 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
Original file line number Diff line number Diff line change 1- REM Maintainer Ce Gao(gaocegege) < github.com/gaocegege >
1+ REM Maintainer Jeremy Douglass < github.com/jeremydouglass >
22
33REM # Paths
44REM # Those paths are not needed when building runner.jar,
55REM # but will be used in the future to package the mode.
66set modes = " c:\\mock-user\\modes"
77set executable = " c:\\mock-user\\Processing"
88REM # 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"
1212set version = " appveyor"
1313set commitid = " mock-in-appveyor"
1414
You can’t perform that action at this time.
0 commit comments