forked from rarias/jungle
7 lines
98 B
YAML
7 lines
98 B
YAML
build:bsc-ci.all:
|
|
stage: build
|
|
tags:
|
|
- nix
|
|
script:
|
|
- nix build -v -L ".#bsc-ci.all"
|