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