Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ci: update imagemagick download url | Zéro~Informatique | 2022-09-03 |
| | |||
* | ci: enable GHA build on push | pacien | 2022-04-12 |
| | |||
* | ci: bump nodejs version | pacien | 2022-04-11 |
| | |||
* | viewer: Switch to YARN instead of NPM | Zero~Informatique | 2021-07-01 |
| | | | | GitHub: closes #287 | ||
* | ci: compile the portable version of the compiler | pacien | 2021-06-29 |
| | | | | So that the generated build artifacts and release tarballs are portable. | ||
* | ci: pin node version to match vue recommendations | pacien | 2021-06-29 |
| | |||
* | ci: pin operating systems versions | pacien | 2021-06-29 |
| | | | | To improve reproducibility. | ||
* | ci: enable HDRI for bundled imagemagick | pacien | 2021-06-28 |
| | |||
* | ci: configure cache for bundle resources | pacien | 2021-06-28 |
| | |||
* | ci: automatically use latest imagemagick minor version in bundle | pacien | 2021-06-28 |
| | | | | | | | | The archives of deprecated minor versions tend to disappear from the website. This patch makes the CI locate and fetch the latest minor version automatically for inclusion in the bundle archive. GitHub: closes #281 | ||
* | ci: configure cache for haskell stack | pacien | 2021-06-28 |
| | |||
* | ci: configure GitHub Actions | pacien | 2021-06-28 |
This configures GitHub Actions for building the viewer and compiler components and produce archive bundles for Linux and Windows. Those are uploaded as build artifacts instead of automatically being attached to releases like before with Travis CI. This allows manually checking the archives when doing new releases. |