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

.gitlab-ci.yml: init

parent 7bff1633
Branches update
2 merge requests!5Updates,!4Update
Pipeline #3594 failed with stages
in 25 minutes and 3 seconds
stages:
- generate
- 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
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