aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* viewer: use nodejs 16 -> 18 for build in flake and CIpacien2023-07-25
| | | | | Node v16 is reaching EOL in a few months. Build seems to work fine with the new LTS (v18).
* ci: update ghc versionpacien2022-12-01
|
* ci: update github workflow action versionspacien2022-11-11
| | | | | | Getting rid of some some deprecation warnings. GitHub: closes #350
* ci/compiler: update ghc version to match the stackage ltspacien2022-11-11
|
* github: add pull-request template with checklistpacien2022-10-25
| | | | | To act as a constant reminder to keep the changelog up to date in particular…
* ci: update imagemagick download urlZĂ©ro~Informatique2022-09-03
|
* ci: enable GHA build on pushpacien2022-04-12
|
* ci: bump nodejs versionpacien2022-04-11
|
* viewer: Switch to YARN instead of NPMZero~Informatique2021-07-01
| | | | GitHub: closes #287
* ci: compile the portable version of the compilerpacien2021-06-29
| | | | So that the generated build artifacts and release tarballs are portable.
* ci: pin node version to match vue recommendationspacien2021-06-29
|
* ci: pin operating systems versionspacien2021-06-29
| | | | To improve reproducibility.
* ci: enable HDRI for bundled imagemagickpacien2021-06-28
|
* ci: configure cache for bundle resourcespacien2021-06-28
|
* ci: automatically use latest imagemagick minor version in bundlepacien2021-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 stackpacien2021-06-28
|
* ci: configure GitHub Actionspacien2021-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.
* github: add bug issue templateOzoneGrif2020-05-23