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

CI: switch to matrix based

parent 98c88262
1 merge request!1nix flake update
Pipeline #6775 passed with stages
in 18 seconds
include: stages:
- remote: 'https://gitlab.horizon-haskell.net/gitlab/ci-templates/raw/master/default.yml' - build
- devour
build:
stage: build
script:
- nix build .#packages.$SYSTEM.$PACKAGE -L
parallel:
matrix:
- SYSTEM:
- aarch64-darwin
- x86_64-linux
PACKAGE:
- cardano-cli
- cardano-node
- hydra-node
devour:
stage: devour
script:
- nix build github:srid/devour-flake#packages.$SYSTEM.default -L --no-link --print-out-paths --override-input flake . --keep-going
parallel:
matrix:
- SYSTEM:
- aarch64-darwin
- x86_64-linux
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