Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Feb 21, 2023
1 parent 42b9457 commit 09a8716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
sh 'hostname'
sh '(cd /home/julia && tar xf /home/julia.tar)'
sh 'test -d $HOME/.julia/compiled/v1.0/PEG/'
sh 'julia -e "using Pkg; Pkg.REPLMode.pkgstr(\\"add $PWD\\");"'
sh 'julia -e "using Pkg; Pkg.add(\\"$PWD\\");"'
sh 'julia -e "using Pkg; Pkg.test(\\"OMJulia\\", coverage=true)"'
}
}
Expand Down

0 comments on commit 09a8716

Please sign in to comment.