Did somebody order engine versioning?

This commit is contained in:
Pieter-Jan Briers
2020-12-17 15:28:39 +01:00
parent 4e0f52bbaf
commit 05a8f43ebb
6 changed files with 237 additions and 105 deletions

3
Jenkinsfile vendored
View File

@@ -9,7 +9,8 @@ pipeline {
}
stage('Build') {
steps {
sh 'Tools/package_release_build.py -p windows mac linux linux-arm64'
sh 'Tools/package_server_build.py -p windows mac linux linux-arm64'
sh 'Tools/package_client_build.py'
}
}
stage('Update build info') {