Test CI
This commit is contained in:
parent
f4364c6398
commit
4c3b506937
3 changed files with 73 additions and 1 deletions
|
@ -10,4 +10,7 @@ jobs:
|
|||
- name: Attic login
|
||||
run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}}
|
||||
- name: Build with nix
|
||||
run: nix-fast-build --no-nom --skip-cached --systems "x86_64-linux aarch64-linux" --attic-cache "sisko"
|
||||
run: nix-fast-build --no-nom --skip-cached --systems "x86_64-linux aarch64-linux" --attic-cache "sisko" --result-file result.json || true
|
||||
- name: Report checks
|
||||
run: report-checks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue