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 1ddca75 commit edda74c
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 @@ -24,7 +24,7 @@ pipeline {
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.test(\\"MetaModelica\\", coverage=true)"'
}
}
}
Expand Down

0 comments on commit edda74c

Please sign in to comment.