Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Feb 4, 2020
1 parent 029271c commit 4c9086a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ pipeline {
steps {
dir("MetaModelica.jl") {
checkout scm
sh 'hostname'
sh 'Hello!'
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(\\"MetaModelica\\", coverage=true)"'
}
}
Expand Down

0 comments on commit 4c9086a

Please sign in to comment.