forked from hacc/haccfiles
16f05ceadf
instantiating takes a lot of time now (lots of dependencies), and the gain of not starting a build if the instantiation fails is minimal.
9 lines
99 B
YAML
9 lines
99 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
tags:
|
|
- nix
|
|
stage: build
|
|
script:
|
|
- nix-build -A deploy.all
|