mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
enable creation of jobs for all targets
This commit is contained in:
parent
8e94da3cc0
commit
df28dc3165
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/*def targets = [
|
||||
def targets = [
|
||||
'animation-server',
|
||||
'audio-mixer',
|
||||
'avatar-mixer',
|
||||
|
@ -8,9 +8,7 @@
|
|||
'pairing-server',
|
||||
'space-server',
|
||||
'voxel-server'
|
||||
]*/
|
||||
|
||||
def targets = ['space-server']
|
||||
]
|
||||
|
||||
def JENKINS_URL = 'https://jenkins.below92.com/'
|
||||
def GITHUB_HOOK_URL = 'https://github.com/worklist/hifi/'
|
||||
|
|
Loading…
Reference in a new issue