alacritty/ci
Christian Duerr 82d0c5ea44
Fix i386 CI releases
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-14 23:47:13 +00:00
..
i386 Fix i386 CI releases 2018-11-14 23:47:13 +00:00
x86_64 Fix i386 CI releases 2018-11-14 23:47:13 +00:00
before_deploy.sh Fix i386 CI releases 2018-11-14 23:47:13 +00:00
install.sh Publish Github releases from Travis 2018-11-03 15:08:30 +00:00
script.sh Fix windows tagged builds 2018-11-03 18:46:26 +00:00