mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 13:07:55 +02:00
Merge pull request #554 from birarda/jenkins
add copyright to stat header, remove lines in groovy
This commit is contained in:
commit
19f3112202
2 changed files with 1 additions and 3 deletions
|
@ -97,17 +97,14 @@ def deployTargets = [
|
|||
]
|
||||
|
||||
/* setup all of the deploys jobs that use the above template */
|
||||
|
||||
deployTargets.each {
|
||||
hifiJob(it, true)
|
||||
}
|
||||
|
||||
/* setup the interface job, doesn't deploy */
|
||||
|
||||
hifiJob('interface', false)
|
||||
|
||||
/* setup the parametrized-build job for builds from jenkins */
|
||||
|
||||
parameterizedJob = hifiJob('$TARGET', true)
|
||||
parameterizedJob.with {
|
||||
name 'hifi-branch-deploy'
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
// hifi
|
||||
//
|
||||
// Created by Brad Hefta-Gaub on 3/29/13.
|
||||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
// Poor-man's performance stats collector class. Useful for collecting timing
|
||||
// details from various portions of the code.
|
||||
|
|
Loading…
Reference in a new issue