CI test
This commit is contained in:
parent
69dfaddbf2
commit
57f53d0243
1 changed files with 7 additions and 7 deletions
|
@ -9,13 +9,13 @@ jobs:
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
- name: Attic login
|
- name: Attic login
|
||||||
run: attic login nixfleet http://sisko.wg.aciceri.dev:8081 ${{secrets.ATTIC_NIXFLEET_TOKEN}}
|
run: attic login nixfleet http://sisko.wg.aciceri.dev:8081 ${{secrets.ATTIC_NIXFLEET_TOKEN}}
|
||||||
- name: Setup SSH
|
# - name: Setup SSH
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p ~/.ssh
|
# mkdir -p ~/.ssh
|
||||||
echo "${{secrets.FORGEJO_SSH_KEY}}" > ~/.ssh/id_ed25519
|
# echo "${{secrets.FORGEJO_SSH_KEY}}" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
# chmod 600 ~/.ssh/id_ed25519
|
||||||
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
# ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||||
- name: Build with nix (x86_64-linux)
|
- name: Build with nix (x86_64-linux)
|
||||||
run: nix-fast-build --no-nom --systems "x86_64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
|
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
|
||||||
- name: Report checks
|
- name: Report checks
|
||||||
run: report-checks
|
run: report-checks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue