mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 07:23:32 +00:00
CI: build & cache
This commit is contained in:
parent
58064e5e72
commit
0eef5abf3f
3 changed files with 78 additions and 0 deletions
23
.github/workflows/build.yml
vendored
Normal file
23
.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
CACHIX_AUTH_TOKEN:
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
package:
|
||||
- foot-transparent
|
||||
- cloneit
|
||||
- mov-cli
|
||||
- rat
|
||||
- ani-cli
|
||||
|
||||
uses: ./.github/workflows/nix.yml
|
||||
with:
|
||||
command: nix build -L .#${{ matrix.package }}
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue