jenkins
Vadim vtroshchinskiy 2025-02-24 13:15:32 +01:00
parent c25a7a98c4
commit 52a56aafc4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ pipeline {
sh '''
mkdir -p build
cd build
export CPACK_PACKAGE_VERSION_PATCH="${BUILD_NUMBER}"
export OGBROWSER_VERSION_PATCH="${BUILD_NUMBER}"
cmake .. -G Ninja
ninja
'''