Skip to content
Snippets Groups Projects
Commit e5fe69f7 authored by Daniel Firth's avatar Daniel Firth
Browse files

Merge branch 'merge/master/gitlab-remote-import' into 'master'

.gitlab-ci.yml: import from remote

See merge request !21
parents 777c0ab5 bfc6c440
1 merge request!21.gitlab-ci.yml: import from remote
Pipeline #4698 passed with stages
in 23 minutes and 27 seconds
stages: include:
- generate - remote: 'https://gitlab.horizon-haskell.net/gitlab/ci-templates/raw/master/default.yml'
- flake
- cache
generate-flake-ci:
stage: generate
script:
- nix run "git+https://gitlab.nixica.dev/haskell/flake-to-gitlab-ci?ref=refs/tags/0.2.4.1" > flake-ci-x86_64-linux.yml
artifacts:
paths:
- flake-ci-x86_64-linux.yml
x86_64-linux-ci:
stage: flake
trigger:
include:
- artifact: flake-ci-x86_64-linux.yml
job: generate-flake-ci
strategy: depend
cachix:
stage: cache
only:
refs:
- master
- cachix
script:
- nix-shell -p cachix --command "nix build github:srid/devour-flake -L --no-link --print-out-paths --override-input flake . | xargs cat | cachix push horizon"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment