-
Notifications
You must be signed in to change notification settings - Fork 628
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 workflow for GitHub Actions #867
Conversation
bash autogen.sh | ||
bash ./configure && make && sudo make install | ||
cd .. | ||
tmux -V |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No automatic check here to verify that the version built matches the version requested, because sometimes the prerelease was not removed before the release was cut (e.g. v3.1). 😭
This is great, @btcbee. Thanks for putting it together! I'll try to give this a proper review and get it running later this week. Also, yes, I'd say the Travis config file should be removed as part of this integration. |
4975340
to
8ed3afe
Compare
Fix typo
This looks great, @btcbee. Thanks again. Does anyone else have any thoughts, @tmuxinator/tmuxinator? |
Thanks again, @btcbee! |
This is a basic GHA workflow to get the automatic test suite running again. I'm sure there's room for optimization, but this should be a good start.
Sample test run: https://github.com/btcbee/tmuxinator/actions/runs/2849166648
Should the
.travis.yml
file be removed in the same PR?@ethagnawl
Fixes #850