Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  - Activate package, build and test
  - Pkg.REPLMode.pkgstr kept failing on Jenkins for unknown reason
  • Loading branch information
AnHeuermann committed Feb 21, 2023
1 parent 42b9457 commit 60bc330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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.test(\\"OMJulia\\", coverage=true)"'
sh 'julia -e "using Pkg; Pkg.activate(\\".\\"); Pkg.build();"'
sh 'julia -e "using Pkg; Pkg.activate(\\".\\"); Pkg.test(\\"OMJulia\\", coverage=true);"'
}
}
}
Expand Down

0 comments on commit 60bc330

Please sign in to comment.