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

Add github workflows #519

Merged
merged 3 commits into from
Dec 5, 2020
Merged

Add github workflows #519

merged 3 commits into from
Dec 5, 2020

Conversation

aloucks
Copy link
Collaborator

@aloucks aloucks commented Dec 5, 2020

No description provided.

@aloucks aloucks mentioned this pull request Dec 5, 2020
Copy link
Collaborator

@kvark kvark left a comment

Choose a reason for hiding this comment

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

Thank you for the PR!
There is one concern about the GHA setup. Plus, please remove the travis yaml

RUST_BACKTRACE: 1
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
Copy link
Collaborator

Choose a reason for hiding this comment

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

that's a whole lot of build: 3 * 2 * 2 in total. Can we perhaps mix and match those into fewer builds?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was actually considering adding more builds by adding all of the different permutations of features (i.e. none, mint, serde, mint+serde). This is what the strategy matrix is for :)

I could certainly remove the windows and macos builds, but is it actually an improvement? Yes there are 3 * 2 * 2 total builds here, but they run in parallel and the entire CI process finishes in under 3 minutes. I don't consider this to be excessive. I'd much prefer to run CI on all the major platforms and only reduce this if there's an issue with long build queues.

@kvark kvark merged commit 1d23011 into rustgd:master Dec 5, 2020
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