[nostalgia] Add test to Jenkinsfile
This commit is contained in:
parent
263c14e0ff
commit
7644dfc879
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -7,5 +7,10 @@ pipeline {
|
|||||||
sh 'make'
|
sh 'make'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Test') {
|
||||||
|
steps {
|
||||||
|
sh 'make test'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user