Build within python directory
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -8,6 +8,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cd python'
|
||||
sh 'python python/setup.py bdist_wheel'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user