2024-03-20 16:30:38 +00:00
|
|
|
when:
|
2022-12-02 11:16:27 +00:00
|
|
|
event:
|
|
|
|
- push
|
|
|
|
- pull_request
|
|
|
|
- tag
|
|
|
|
- cron
|
2024-03-20 16:33:55 +00:00
|
|
|
- manual
|
2021-02-24 16:43:23 +00:00
|
|
|
|
2024-03-20 16:30:38 +00:00
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: nixpkgs/nix:nixos-22.05
|
|
|
|
commands:
|
|
|
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .
|