Update Jenkinsfile.pwr

This commit is contained in:
Martin Kroeker 2023-08-05 18:32:41 +02:00 committed by GitHub
parent ef4a7e3fca
commit df978c90cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'
} }
} }
} }