simple-nixos-fediverse/.forgejo/workflows/ci.yaml
Nicolas Jeannerod 2129667f18
Some checks failed
/ nixosConfiguration-all (push) Has been cancelled
/ nixosConfiguration-mastodon (push) Has been cancelled
/ nixosConfiguration-peertube (push) Has been cancelled
/ nixosConfiguration-pixelfed (push) Has been cancelled
/ check-pixelfed-garage (push) Has been cancelled
/ check-mastodon-garage (push) Has been cancelled
Enter Nickel
2024-09-30 12:09:38 +02:00

42 lines
1.1 KiB
YAML

jobs:
check-mastodon-garage:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.mastodon-garage -L
check-pixelfed-garage:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pixelfed-garage -L
nixosConfiguration-all:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.all.config.system.build.toplevel
nixosConfiguration-mastodon:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.mastodon.config.system.build.toplevel
nixosConfiguration-peertube:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.peertube.config.system.build.toplevel
nixosConfiguration-pixelfed:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.pixelfed.config.system.build.toplevel
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
- forgejo-ci-test