Skip to content
Snippets Groups Projects

.gitlab-ci.yml: import from remote

Merged Daniel Firth requested to merge merge/master/gitlab-remote-import into master
Compare and
1 file
+ 2
30
Preferences
File browser
Compare changes
+ 2
30
stages:
include:
- generate
- remote: 'https://gitlab.horizon-haskell.net/gitlab/ci-templates/raw/master/default.yml'
- packages
- cache
generate-flake-ci:
stage: generate
script:
- nix run develop/#flake-to-gitlab-ci > flake-ci-x86_64-linux.yml
artifacts:
paths:
- flake-ci-x86_64-linux.yml
x86_64-linux-ci:
stage: packages
trigger:
include:
- artifact: flake-ci-x86_64-linux.yml
job: generate-flake-ci
strategy: depend
cachix:
stage: cache
only:
refs:
- master
- cachix
- lts/*
script:
- nix run develop/#cachix-push-horizon-devour