Re: [Firebird-devel] Build environments with Docker

2021-12-09 Thread Paul Reeves
On Tue, 7 Dec 2021 07:29:00 -0300 Adriano dos Santos Fernandes wrote: > It's prepared to generate Inno Setup installer kit, but it seems > failing for master, so currently only .zip kit is generated. This affects regular builds too, not just the docker image. The docker image needs the MSM modul

[Firebird-devel] Build environments with Docker

2021-12-07 Thread Adriano dos Santos Fernandes
Hi! I've created build environments for Firebird (master at this moment) for Windows and Linux (both 32 and 64 bits) in Docker. Note that this is not Docker image with Firebird. It's a builder environment. This serves mainly for three purposes: - Have better environments to run in GitHub Actions