Skip to content

Commit

Permalink
Update Jenkins to use Pharo 110 for building
Browse files Browse the repository at this point in the history
I'm trying to fix the CI :)
  • Loading branch information
PalumboN committed Aug 8, 2023
1 parent 0287092 commit 029a300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def runTests(platform, configuration, packages, withWorker, additionalParameters
shell "mkdir runTests"
dir("runTests"){
try{
shell "wget -O - get.pharo.org/64/100 | bash "
shell "echo 100 > pharo.version"
shell "wget -O - get.pharo.org/64/110 | bash "
shell "echo 110 > pharo.version"

if(isWindows()){
runInCygwin "cd runTests && unzip ../build/build/packages/PharoVM-*-${platform}-bin.zip -d ."
Expand Down

0 comments on commit 029a300

Please sign in to comment.