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 4c9086a commit 00fb9f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pipeline {
steps {
dir("MetaModelica.jl") {
checkout scm
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.test(\\"MetaModelica\\", coverage=true)"'
Expand Down

0 comments on commit 00fb9f5

Please sign in to comment.