alacritty/extra
Christian Duerr 43d1afbeeb
Migrate from Travis CI to GitHub Actions
This removes all CI builds from travis-ci, due to their recent changes
in policy and harsh limitations on builds. With build times over 2
hours, it was a significant hindrance to development.

Instead of Travis CI, the CI is now split on Sourcehut and GitHub. Since
Sourcehut only supports Linux/BSD, all builds on those operating systems
are executed there. The GitHub Actions CI is used to build for
Windows/macOS, which are not available on Sourcehut.

Since asset deployment for releases requires builds on all platforms,
this is also done on GitHub actions. Though the new `upload_asset.sh`
script makes sure that migration in the future is fairly simple and we
do not tie ourselves to the overly complicated GitHub Actions ecosystem.
2020-11-06 23:52:56 +00:00
..
completions Add --hold CLI flag 2019-10-09 23:37:48 +02:00
linux Update spec file 2020-08-15 14:39:11 +00:00
logo Add prerendered PNG and simplified SVG logo 2019-11-28 19:09:14 +01:00
osx/Alacritty.app/Contents Bump version to 0.6.0-dev 2020-07-19 20:37:59 +00:00
windows Migrate from Travis CI to GitHub Actions 2020-11-06 23:52:56 +00:00
alacritty.info Add support for double underlines 2020-08-12 19:05:22 +03:00
alacritty.man Improve example for the -o CLI flag 2020-09-13 21:10:44 +00:00