aboutsummaryrefslogtreecommitdiff
path: root/.builds
Commit message (Collapse)AuthorAge
* Fix sr.ht clippy jobKirill Chibisov2020-11-10
| | | | This commit brings back '--all-targets' parameter for clippy, which was accidentally removed in dae0145.
* Fix github actions clippy jobChristian Duerr2020-11-10
|
* Migrate from Travis CI to GitHub ActionsChristian Duerr2020-11-06
| | | | | | | | | | | | | | | 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.
* Make use of glutin wayland/x11 featuresKirill Chibisov2020-10-12
| | | | This should allow users that are not using Wayland/X11 to reduce the resulted binary size and compilation times.
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
|
* Fix rustfmt build failuresChristian Duerr2020-07-18
|
* Run rustfmt on sr.htKirill Chibisov2020-06-23
| | | | | This should provide more clear feedback whether rustfmt job is failed or not.
* Bump minimum supported Rust version to 1.41.0Christian Duerr2020-04-23
|
* Add FreeBSD to CIKirill Chibisov2020-03-23
Fixes #2248.