Squashed 'libs/CommService/' content from commit 7ccc0fc
git-subtree-dir: libs/CommService git-subtree-split: 7ccc0fce88bbc5969df060058cf0fb57abe3bcf9
This commit is contained in:
33
libs/libbattle-com/Jenkinsfile
vendored
Normal file
33
libs/libbattle-com/Jenkinsfile
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
@Library('ftewa-jenkins-library@main') _
|
||||
import de.hsuhh.ti.jenkins.*
|
||||
|
||||
|
||||
p = new Pipelines()
|
||||
|
||||
p.FTEWAPipeline {
|
||||
name = "libbattle-com"
|
||||
gcc6 = false
|
||||
gcc7 = true
|
||||
gcc8 = true
|
||||
clang6 = false
|
||||
clang7 = true
|
||||
buildLinux = true
|
||||
buildWindows = false
|
||||
buildWine = false
|
||||
buildMacOS = false
|
||||
notifyFail = true
|
||||
notifySuccess = false
|
||||
runCPPCHECK = true
|
||||
runCodeChecker= true
|
||||
runValgrind = true
|
||||
origins = [
|
||||
'ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/CombatManagementSystem/libbattle-com.git',
|
||||
]
|
||||
dependencies =
|
||||
[
|
||||
cmake : [
|
||||
url : "ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/Tools/cmake.git",
|
||||
branch : "main"
|
||||
],
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user