mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 19:11:08 +01:00
ci: introduce build action
This commit is contained in:
parent
0f0dca464e
commit
fc8f4b2624
2 changed files with 99 additions and 7 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -43,10 +43,6 @@ jobs:
|
|||
name: nix-community
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- name: Build ${{ matrix.attr }}
|
||||
env:
|
||||
attr: ${{ matrix.attr }}
|
||||
run: |
|
||||
nix build ".#$attr" \
|
||||
--abort-on-warn \
|
||||
--print-build-logs \
|
||||
--log-format raw
|
||||
uses: ./.github/actions/build
|
||||
with:
|
||||
attribute: ${{ matrix.attr }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue