1
0
Fork 0

ci: Add names to build steps
Some checks failed
Update Flake / update-flake (push) Successful in 1m40s
Build / build-amd64-linux (push) Failing after 29s
Build / build-arm64-linux (push) Failing after 1m4s

This commit is contained in:
Daniel Kempkens 2023-12-05 23:03:00 +01:00
parent 159e2edaa7
commit 70116ca13a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -18,34 +18,44 @@ jobs:
run: |
echo "Logging in ..."
attic login --set-default attic ${{ secrets.ATTIC_ENDPOINT }} ${{ secrets.ATTIC_TOKEN }}
- run: |
- name: Build anonymous-overflow
run: |
nix build '.#anonymous-overflow'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build bulk-downloader-for-reddit
run: |
nix build '.#bulk-downloader-for-reddit'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build fennel-ls
run: |
nix build '.#fennel-ls'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build headscale-ui
run: |
nix build '.#headscale-ui'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build lexical
run: |
nix build '.#lexical'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build neovim-nightly
run: |
nix build '.#neovim-nightly'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build q
run: |
nix build '.#q'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build rimgo
run: |
nix build '.#rimgo'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build rexit
run: |
nix build '.#rexit'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build vuetorrent
run: |
nix build '.#vuetorrent'
attic push ${{ secrets.ATTIC_CACHE }} ./result
@ -60,18 +70,23 @@ jobs:
run: |
echo "Logging in ..."
attic login --set-default attic ${{ secrets.ATTIC_ENDPOINT }} ${{ secrets.ATTIC_TOKEN }}
- run: |
- name: Build fennel-ls
run: |
nix build '.#fennel-ls'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build lexical
run: |
nix build '.#lexical'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build neovim-nightly
run: |
nix build '.#neovim-nightly'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build q
run: |
nix build '.#q'
attic push ${{ secrets.ATTIC_CACHE }} ./result
- run: |
- name: Build weewx-proxy
run: |
nix build '.#weewx-proxy'
attic push ${{ secrets.ATTIC_CACHE }} ./result