Update Jenkinsfile.pwr
This commit is contained in:
parent
ef4a7e3fca
commit
df978c90cd
|
@ -9,7 +9,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo apt update'
|
sh 'sudo apt update'
|
||||||
sh 'sudo apt install gfortran -y'
|
sh 'sudo apt install gfortran -y'
|
||||||
sh 'make'
|
sh 'make clean && make'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue