Update .gitlab-ci.yml file
This commit is contained in:
parent
d1b572262e
commit
e83786df3c
1 changed files with 4 additions and 0 deletions
|
|
@ -25,4 +25,8 @@ build-job: # This job runs in the build stage, which runs first.
|
||||||
script:
|
script:
|
||||||
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- result/ZacharyMyersCoverletter.pdf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue