Hacking:Technical decisions: Difference between revisions

Content added Content deleted
Line 32: Line 32:


A process called [https://en.wikipedia.org/wiki/Continuous_integration Continuous Integration (CI)] has evolved in recent years. When the Valentina project was hosted on Mercurial, several tools were implemented to support the CI method of releasing code changes and getting those changes into the hands of users quickly. The tools used by the Valentina project for testing software, producing executable packages, and delivering that software are described [[Valentina_original_ci | here ]].
A process called [https://en.wikipedia.org/wiki/Continuous_integration Continuous Integration (CI)] has evolved in recent years. When the Valentina project was hosted on Mercurial, several tools were implemented to support the CI method of releasing code changes and getting those changes into the hands of users quickly. The tools used by the Valentina project for testing software, producing executable packages, and delivering that software are described [[Valentina_original_ci | here ]].

Changes happened to the environment provided by Appveyor in the summer of 2018. A change in the default version of a software tool used to build the windows executable caused the automatic process of builds to fail.