Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ign-launch main branch on Windows #485

Merged
merged 2 commits into from
Jul 8, 2021

Conversation

ahcorde
Copy link
Collaborator

@ahcorde ahcorde commented Jul 8, 2021

I started the port of ign-launch in Windows gazebosim/gz-launch#120, The PR is targeting the main branch I enabled only this branch

Signed-off-by: ahcorde [email protected]

@ahcorde ahcorde requested a review from j-rivero July 8, 2021 14:06
@ahcorde ahcorde self-assigned this Jul 8, 2021
@@ -639,7 +639,7 @@ ignition_software.each { ign_sw ->
ignition_win_ci_any_job.with
{
// ign-launch still not ported completely to Windows
if (ign_sw == 'launch')
if (ign_sw == 'launch' && branch != 'main')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no branch parameter in this look since -ci-pr_any- jobs does not deal with any particular branch generated by DSL. We can delete the whole condition and the disabled here.

@ahcorde ahcorde force-pushed the ahcorde/enable/win_launch branch from bf81fc4 to 1bb1c2d Compare July 8, 2021 14:27
Copy link
Contributor

@j-rivero j-rivero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great! Let's give it a try

@j-rivero j-rivero merged commit f6501d3 into gazebo-tooling:master Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants