CI: add reusable actions
This commit is contained in:
parent
bc41d7ec85
commit
ed51fe7bac
7 changed files with 111 additions and 95 deletions
13
.github/workflows/nix-ci.yml
vendored
Normal file
13
.github/workflows/nix-ci.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Nix
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
wlroots:
|
||||
uses: ./.github/workflows/nix-update-wlroots.yml
|
||||
secrets: inherit
|
||||
|
||||
build:
|
||||
needs: wlroots
|
||||
uses: ./.github/workflows/nix-build.yml
|
||||
secrets: inherit
|
||||
Loading…
Add table
Add a link
Reference in a new issue