CI: build & cache

This commit is contained in:
raf 2023-11-03 11:30:38 +03:00
commit 0eef5abf3f
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 78 additions and 0 deletions

23
.github/workflows/build.yml vendored Normal file
View 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