Skip to content

Commit 3679086

Browse files
committed
Include Ionic in the testing
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent 760ab8b commit 3679086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-scripts/dsl/gazebo_libs.dsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ gz_collections_yaml.collections.each { collection ->
381381
gz_ci_job = job("${gz_job_name_prefix}-${branch_number}-win")
382382
generate_win_ci_job(gz_ci_job, lib_name, branch_name, ci_config)
383383
// DUPLICATE for conda
384-
if (collection.name == 'fortress' || collection.name == 'harmonic') {
384+
if (collection.name == 'fortress' || collection.name == 'harmonic' || collection.name == 'ionic') {
385385
gz_ci_job_conda = job("${gz_job_name_prefix}-${branch_number}-cwin")
386386
generate_win_ci_job(gz_ci_job_conda, lib_name, branch_name, ci_config)
387387
gz_ci_job_conda.with {

0 commit comments

Comments
 (0)