2020-12-10 08:47:33 +00:00
|
|
|
stages:
|
|
|
|
- instantiate
|
|
|
|
- build
|
|
|
|
|
|
|
|
instantiate 20.09:
|
2020-11-29 15:53:31 +00:00
|
|
|
tags:
|
|
|
|
- nix
|
2020-12-10 08:47:33 +00:00
|
|
|
stage: instantiate
|
2020-11-29 03:16:22 +00:00
|
|
|
script:
|
2020-11-29 03:56:58 +00:00
|
|
|
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz -A deploy.all
|
2020-12-10 08:47:33 +00:00
|
|
|
|
|
|
|
instantiate main:
|
|
|
|
tags:
|
|
|
|
- nix
|
|
|
|
stage: instantiate
|
|
|
|
script:
|
|
|
|
- nix-instantiate -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-main.tar.gz -A deploy.all
|
|
|
|
|
|
|
|
build 20.09:
|
|
|
|
tags:
|
|
|
|
- nix
|
|
|
|
stage: build
|
|
|
|
script:
|
2020-11-29 17:20:03 +00:00
|
|
|
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-20.09.tar.gz
|
2020-12-10 08:47:33 +00:00
|
|
|
|
|
|
|
build main:
|
|
|
|
tags:
|
|
|
|
- nix
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- nix-build -A deploy.all -I nixpkgs=https://github.com/hexchen/nixpkgs/archive/hexchen-main.tar.gz
|