Update distros to use nix
This commit is contained in:
+6
-3
@@ -28,9 +28,12 @@ distros:
|
|||||||
dotenv: build.env
|
dotenv: build.env
|
||||||
paths:
|
paths:
|
||||||
- .gitlab-ci-build.yml
|
- .gitlab-ci-build.yml
|
||||||
script: |-
|
tags:
|
||||||
xonsh ./build.xsh -a --list
|
- nix
|
||||||
echo "BUILD=$(date +'%Y.%m.%d.%H')" >> build.env
|
script:
|
||||||
|
- nix build ".#continue"
|
||||||
|
- cp result .gitlab-ci-build.yml
|
||||||
|
- cat result
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user