Fix
This commit is contained in:
parent
467f40799b
commit
d1d53e834d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,8 +3,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'lsb_release -a'
|
|
||||||
sh 'make --version'
|
sh 'make --version'
|
||||||
|
sh 'sclite --help'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user