Skip to content

Commit

Permalink
ci: Fix the path
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed May 18, 2017
1 parent 1063b87 commit f153f00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/init.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set modes="c:\\mock-user\\modes"
set executable="c:\\mock-user\\Processing"
REM # Those paths are important to build runner.jar.
set processing="c:\\projects\\processing-3.3"
set core="c:\\projects\\processing-3.3\\core\\library\\core.jar"
set core="c:\\projects\\processing-3.3\\core\\library"
set pde="c:\\projects\\processing-3.3\\lib\\pde.jar"
set renjin="lib\\renjin-script-engine-0.8.2194-jar-with-dependencies.jar"

Expand Down
2 changes: 1 addition & 1 deletion .ci/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modes="/mock-user/modes"
executable="/mock-user/Processing"
# Those paths are important to build runner.jar.
processing="$HOME/processing"
core="$HOME/processing/core/library/core.jar"
core="$HOME/processing/core/library"
pde="$HOME/processing/lib/pde.jar"

# Call functions in utils/generator-util.sh
Expand Down
2 changes: 1 addition & 1 deletion .docker/generate-ant-file-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "$(dirname "${BASH_SOURCE}")/../scripts/utils/generator-util.sh"
modes="/root/sketchbook/modes"
executable="/mock-user/Processing"
# Those paths are important to build runner.jar.
core="/code/processing/core/library/core.jar"
core="/code/processing/core/library"
pde="/code/processing/lib/pde.jar"

# Call functions in utils/generator-util.sh
Expand Down

0 comments on commit f153f00

Please sign in to comment.