mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 09:54:19 +02:00
flake reorg
This commit is contained in:
parent
40d16cd6e9
commit
67537a38e0
15 changed files with 70 additions and 96 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
name: ci
|
||||
instance: https://cache.icewind.me
|
||||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||
- run: nix build .#ambuild
|
||||
|
||||
sdk-matrix:
|
||||
|
|
@ -38,8 +38,9 @@ jobs:
|
|||
with:
|
||||
name: ci
|
||||
instance: https://cache.icewind.me
|
||||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
||||
- run: nix build .#packages.${{ matrix.system }}.sourcemods.${{ matrix.sdk }}
|
||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||
- run:
|
||||
nix build .#packages.${{ matrix.system }}.sourcemods.${{ matrix.sdk }}
|
||||
|
||||
sourcepawn:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -51,7 +52,7 @@ jobs:
|
|||
with:
|
||||
name: ci
|
||||
instance: https://cache.icewind.me
|
||||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||
- run: nix build .#sourcepawn
|
||||
- name: Compile test script
|
||||
run: nix build .#buildTestScript
|
||||
run: nix build .#buildTestScript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue