georust / meta

The GeoRust Team repository for coordinating and discussing GeoRust projects
1 stars 0 forks source link

CI recommendations #14

Open frewsxcv opened 4 years ago

frewsxcv commented 4 years ago

Prefer GitHub Actions over Travis?

michaelkirk commented 2 years ago

I don't want to be overly prescriptive, especially about any details that are likely to change, but a certain amount of management uniformity could ease the maintenance burden, especially as the number of repos we have grows.

How about:

  1. some level of CI
  2. bors integration which triggers CI and merges upon success

Anything to add? Anything to take away?

urschrei commented 2 years ago

I think those are the minimum sensible requirements. I'd be comfortable with preferring (not prescribing) GitHub Actions as of 2022 with the understanding that this could change (could revisit once a year to update to "as of 2023" if need be). WDYT?

michaelkirk commented 2 years ago

Yes, good idea. I'm happy to recommend specifically using github actions for now.