tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
961 stars 43 forks source link

Make GitHub Actions build on Linux (to detect and prevent future build regressions) #72

Closed hartwork closed 1 year ago

hartwork commented 1 year ago

This sits on top of pull requests #67, #69, #70, #71 to have a chance for a green CI. The idea is to first get all those merged, and then I would rebase this onto latest master to cut it down to the essence which is adding CI.

hartwork commented 1 year ago

Rebased onto latest master now. PS: This very CI can be seen in action at https://github.com/hartwork/ttyplot/actions .

hartwork commented 1 year ago

@tenox7 rebased, only sits on top of #67 now.

hartwork commented 1 year ago

@tenox7 do you have a minute for review?

hartwork commented 1 year ago

Rebased off of #67 and onto latest master now.

hartwork commented 1 year ago

@tenox7 we're in three weeks here now without any real progress. If this pull request is not welcome, now would be a good time to say, and we'll just close it and I'll move on. How would you like to proceed?

tenox7 commented 1 year ago

PRs are most welcome. I'm mostly busy with other projects and I didn't want to risk breaking things. Never used github actions before so not sure what to expect from this. I'll merge it.