Commit 5994fe3 1 parent f455e34 commit 5994fe3 Copy full SHA for 5994fe3
File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,15 @@ all_debbuild_branches.each { branch ->
436
436
}
437
437
}
438
438
439
+ // - SOURCE jobs ---------------------------------------------------
440
+ def gz_source_job = job("gazebo11-source" )
441
+ OSRFSourceCreation.create(gz_source_job, [
442
+ PACKAGE: 'gazebo11',
443
+ SOURCE_REPO_URI: "https://github.com/gazebosim/gazebo-classic.git" ])
444
+ OSRFSourceCreation.call_uploader_and_releasepy(gz_source_job,
445
+ 'repository_uploader_packages',
446
+ '_releasepy')
447
+
439
448
// --------------------------------------------------------------
440
449
// BREW: CI jobs
441
450
@@ -445,8 +454,7 @@ def gazebo_brew_ci_any_job = job(ci_build_any_job_name_brew)
445
454
OSRFBrewCompilationAnyGitHub.create(gazebo_brew_ci_any_job, "gazebosim/gazebo-classic" )
446
455
gazebo_brew_ci_any_job.with
447
456
{
448
- label Globals.nontest_label("osx" )
449
-
457
+ Globals.nontest_label("osx" )
450
458
steps {
451
459
shell("" "\
452
460
#!/bin/bash -xe
You can’t perform that action at this time.
0 commit comments