ysyx-workbench/.gitea/workflows/build-npc.yml

19 lines
430 B
YAML
Raw Normal View History

2024-08-14 09:01:37 +00:00
name: Run CTests within npc
on: [push]
jobs:
npc-test:
strategy:
matrix:
package: [ "flow", "flow-simlib"]
runs-on: nix
steps:
- uses: https://github.com/cachix/cachix-action@v14
with:
name: ysyx
authToken: '${{ secrets.CACHIX_SIGNING_KEY }}'
- uses: actions/checkout@v4
- name: Build package
run: |
nix build -L .#${{ matrix.package }}