Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
added classpath fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolpa committed Jun 3, 2019
1 parent 0e82ea3 commit ea99572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/sh -l
Xvfb -screen 0 800x600x16 -ac &

cd $GITHUB_WORKSPACE

DIR="$( pwd )"
sed -i "s#addToClassPath: '.*'#addToClassPath: \'$DIR/Java-Toolbuilder/src\'#g" $DIR"/squeak-smalltalk-packages/Toolbuilder-Java.package/JavaToolBuilder.class/class/addJavaClasses.st"

/smalltalkCI/run.sh

0 comments on commit ea99572

Please sign in to comment.