[cmake] Split OTRGui into it's own target (#1116)

This commit is contained in:
th-2021
2022-08-11 10:05:54 +02:00
committed by GitHub
parent e88000aeb0
commit 791f7774a5
3 changed files with 3 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -63,6 +63,7 @@ pipeline {
unstash 'assets'
bat """
"${env.CMAKE}" -S . -B "build\\${env.PLATFORM}" -G "Visual Studio 17 2022" -T ${env.TOOLSET} -A ${env.PLATFORM} -D Python_EXECUTABLE=${env.PYTHON} -D CMAKE_BUILD_TYPE:STRING=Release
"${env.CMAKE}" --build ".\\build\\${env.PLATFORM}" --target OTRGui --config Release
"${env.CMAKE}" --build ".\\build\\${env.PLATFORM}" --config Release
cd ".\\build\\${env.PLATFORM}"
"${env.CPACK}" -G ZIP