Skip to content
Snippets Groups Projects
Commit 9695d403 authored by Monssaf Toukal's avatar Monssaf Toukal
Browse files

cm 1

parent 78f2b88a
No related branches found
No related tags found
No related merge requests found
pipeline {
agent any
options {
skipStagesAfterUnstable()
}
stages {
stage('Build') {
steps {
julia "./krylov_CI.jl"
}
}
// stage('Test'){
// steps {
// sh 'make check'
// junit 'reports/**/*.xml'
// }
// }
// stage('Deploy') {
// steps {
// sh 'make publish'
// }
// }
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment