Compare commits
13 commits
498c5af786
...
defa9aa723
Author | SHA1 | Date | |
---|---|---|---|
defa9aa723 | |||
9c5e6db96b | |||
70f6cb35fb | |||
d36998ec99 | |||
4f545ba6de | |||
8f64c252fd | |||
086f8ea6c1 | |||
77678b720f | |||
4e3048ee5b | |||
6f7a4c0f67 | |||
63b32927a3 | |||
f76ce26f9a | |||
bea7b2efdf |
1 changed files with 2 additions and 11 deletions
13
.github/workflows/build-and-cache.yml
vendored
13
.github/workflows/build-and-cache.yml
vendored
|
@ -7,11 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum
|
- github:cything/nixpkgs/fd06e41125350bc3db5628df49d3b84e4652a59d#lact
|
||||||
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum.tests.gollum
|
|
||||||
- github:cything/nixpkgs/e1e065c4bd58bef677474a828c4673c643f99545#schismtracker
|
|
||||||
- github:cything/nixpkgs/d23ce3cde5a3d6ad84b4726f12391c39c04a0601#museum
|
|
||||||
- github:cything/nixpkgs/b4f2fc5c507a60d92503a2def27cfebdfb1942d5#ente-auth
|
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-latest
|
- macos-latest
|
||||||
|
@ -22,15 +18,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
logger: pretty
|
logger: pretty
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- uses: cachix/cachix-action@v15
|
|
||||||
with:
|
|
||||||
name: cything
|
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: ryanccn/attic-action@v0
|
uses: ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ vars.ATTIC_ENDPOINT }}
|
endpoint: ${{ vars.ATTIC_ENDPOINT }}
|
||||||
cache: ${{ vars.ATTIC_CACHE }}
|
cache: ${{ vars.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- uses: actions/checkout@v4
|
- run: nix build -L '${{ matrix.package }}'
|
||||||
- run: nix build '${{ matrix.package }}'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue