Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
f5598716e8 | |||
38daf97f2a |
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build-and-cache.yml
vendored
9
.github/workflows/build-and-cache.yml
vendored
|
@ -7,10 +7,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- .#attic-client
|
# - .#attic-client
|
||||||
- .#attic-server
|
# - .#attic-server
|
||||||
- .#conduwuit
|
# - .#conduwuit
|
||||||
- "github:cything/nixpkgs/9a35d495d2f49eee003b57265228844bb48c933e#nixosTests.garage.with-3node-replication1_x"
|
- "github:cything/nixpkgs/9a35d495d2f49eee003b57265228844bb48c933e#nixosTests.garage.with-3node-replication1_x"
|
||||||
|
- ".#nixosConfigurations.ytnix.config.system.build.images.iso"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
@ -28,4 +29,4 @@ jobs:
|
||||||
cache: ${{ vars.ATTIC_CACHE }}
|
cache: ${{ vars.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix build '${{ matrix.package }}'
|
- run: nix build '${{ matrix.package }}' --show-trace -L
|
||||||
|
|
Loading…
Add table
Reference in a new issue