aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-28tests: perform code formatting test in test suiteRobert Helgesson1-1/+0
This should improve visibility when CI job fails due to bad formatting.
2020-05-14gitlab-ci: update nixpkgs pinRobert Helgesson1-2/+2
2020-05-14gitlab-ci: minor test job improvementsRobert Helgesson1-1/+2
Specifically, - add code format checking and - run tests in a pure shell.
2020-04-08gitlab-ci: improve NUR update triggerRobert Helgesson1-6/+9
Specifically, trigger NUR updates for all release branches by default. Also updates the GitLab CI definition to use the new `rules` attribute rather than the deprecated `only` attribute.
2020-01-01gitlab-ci: pin Nixpkgs versionRobert Helgesson1-0/+4
2019-08-21gitlab-ci: fix deployment of manualRobert Helgesson1-1/+1
2019-08-18gitlab-ci: only run a single testRobert Helgesson1-1/+1
Unfortunately the full test suite seems to run out of memory on the GitLab CI runner.
2019-08-14gitlab-ci: trigger NUR updateRobert Helgesson1-0/+11
This will trigger a CI job at https://gitlab.com/rycee/nur-expressions that will update Home Manager in NUR.
2019-08-14gitlab-ci: add test stageRobert Helgesson1-1/+13
2018-08-20Add initial GitLab CI configurationRobert Helgesson1-0/+14
This will automatically build and publish the Home Manager manual on GitLab Pages.