aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: perform code formatting test in test suiteRobert Helgesson2020-05-281-1/+0
| | | | | This should improve visibility when CI job fails due to bad formatting.
* gitlab-ci: update nixpkgs pinRobert Helgesson2020-05-141-2/+2
|
* gitlab-ci: minor test job improvementsRobert Helgesson2020-05-141-1/+2
| | | | | | | Specifically, - add code format checking and - run tests in a pure shell.
* gitlab-ci: improve NUR update triggerRobert Helgesson2020-04-081-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.
* gitlab-ci: pin Nixpkgs versionRobert Helgesson2020-01-011-0/+4
|
* gitlab-ci: fix deployment of manualRobert Helgesson2019-08-211-1/+1
|
* gitlab-ci: only run a single testRobert Helgesson2019-08-181-1/+1
| | | | | Unfortunately the full test suite seems to run out of memory on the GitLab CI runner.
* gitlab-ci: trigger NUR updateRobert Helgesson2019-08-141-0/+11
| | | | | | | | This will trigger a CI job at https://gitlab.com/rycee/nur-expressions that will update Home Manager in NUR.
* gitlab-ci: add test stageRobert Helgesson2019-08-141-1/+13
|
* Add initial GitLab CI configurationRobert Helgesson2018-08-201-0/+14
This will automatically build and publish the Home Manager manual on GitLab Pages.