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

Compile develop-*, hotfix-* and release-* branches in CI #107

Closed
ivanperez-keera opened this issue Apr 1, 2023 · 0 comments
Closed

Compile develop-*, hotfix-* and release-* branches in CI #107

ivanperez-keera opened this issue Apr 1, 2023 · 0 comments
Assignees
Labels
maintenance Publication, adjustments to work with current versions of dependencies, compilers, etc.
Milestone

Comments

@ivanperez-keera
Copy link
Owner

ivanperez-keera commented Apr 1, 2023

The travis file is set up to only compile master and develop, but none of the other branches we are regularly using for development.

This results in an awkward where we have to activate the build on that branch but then remove the last commit before merging.

It would be better to just enable building on branches with the names develop-*, hotfix-* and release-*.

@ivanperez-keera ivanperez-keera added the maintenance Publication, adjustments to work with current versions of dependencies, compilers, etc. label Apr 1, 2023
@ivanperez-keera ivanperez-keera added this to the Release 0.9 milestone Apr 1, 2023
@ivanperez-keera ivanperez-keera self-assigned this Apr 1, 2023
ivanperez-keera added a commit that referenced this issue Apr 1, 2023
The travis file is set up to only compile master and develop, but none
of the other branches we are regularly using for development. This
results in an awkward where we have to activate the build on that branch
but then remove the last commit before merging.

This commit enables building any branches that begin with the names
develop, hotfix or release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Publication, adjustments to work with current versions of dependencies, compilers, etc.
Projects
None yet
Development

No branches or pull requests

1 participant