summaryrefslogtreecommitdiff
path: root/ci/i386
AgeCommit message (Collapse)Author
2020-05-12Remove prebuilt linux binariesChristian Duerr
Fixes #3628.
2019-06-17Fix ubuntu deploymentChristian Duerr
2018-11-14Fix i386 CI releasesChristian Duerr
The i386 CI releases were still using x86_64 platforms for building the output binaries, as a result the produced binaries did not work properly on i386 systems. The maximum time of 50 minutes was exceeded when Alacritty tries to build for all Linux platforms, this was because it was effectively compiling Alacritty from scratch four times. By making use of the previous build artifacts, it's possible to cut this down to two compiles using the `--no-build` option of `cargo-deb`.
2018-11-06Add automated i386 docker builds to travisChristian Duerr