8 lines
159 B
YAML
8 lines
159 B
YAML
build:bsc.ci:
|
|
stage: build
|
|
tags:
|
|
- nix
|
|
script:
|
|
- export NIXPKGS_ALLOW_INSECURE=1
|
|
- nix build -v -L --tarball-ttl 0 --file default.nix bsc.ci
|