From 43d1afbeeb9cba0ce1281a9cf2223b5bd71664d2 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 6 Nov 2020 23:52:56 +0000 Subject: 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. --- extra/windows/wix/alacritty.wxs | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'extra') diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs index c91a9a9e..ad90179a 100644 --- a/extra/windows/wix/alacritty.wxs +++ b/extra/windows/wix/alacritty.wxs @@ -1,19 +1,16 @@ - - + - - + + - @@ -32,10 +29,7 @@ - - - - + @@ -67,7 +61,4 @@ - - - -- cgit v1.2.3