rakitzis / rc

rc shell -- independent re-implementation for Unix of the Plan 9 shell (from circa 1992)
Other
250 stars 23 forks source link

Migrate Travis ➡️ GitHub actions #103

Closed avindra closed 1 month ago

avindra commented 2 months ago

Switching from Travis to GitHub actions. Travis builds are currently failing due to insufficient credits. (GitHub Actions is free for open source projects).

no-credits

This automates make and make check (aka make trip).

Adding bestline support requires more work, such as cloning and installing @MaxGyver83's fork of bestline.

avindra commented 2 months ago

example runs can be observed here:

https://github.com/avindra/rc/actions

rakitzis commented 2 months ago

Thanks, I'll take a look at this. This looks like a reasonable alternative to Travis.