diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 10:34:23 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 10:34:23 +0200 |
commit | bb48fb9962ee2a5a63182a121195a165aeff3c82 (patch) | |
tree | 300c335ac5d49ea5c2f87e5759c747d0f7a070fb /.gitlab-ci.yml | |
parent | 2ae34aa9a504870bbec43502631060f036229a72 (diff) |
gitlab-ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e08206..2b83e95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,12 @@ build: image: nixpkgs/nix - script: + before_script: - export NIX_PATH=nixpkgs=channel:nixos-unstable - - nix-shell && make build + - nix-shell + + script: + - make build artifacts: paths: |