mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-18 03:06:06 -04:00
Initial step of running unit test in jenkins
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -28,5 +28,11 @@ pipeline {
|
||||
sh "make -j4 dist"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh "make unittest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user