li7y/.forgejo/workflows/build.yaml
Simon Bruder 9b2adaa5d6
Some checks failed
/ build (push) Has been cancelled
fixup! WIP: Add unit tests
2024-07-25 23:19:04 +02:00

38 lines
1.2 KiB
YAML

# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
on:
push:
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout LFS
run: |
# You have the choice:
# Either it sets the Authorization header twice (which git-lfs does not accept)
# or it sets it not at all.
# As the repository is public, the latter case is acceptable.
git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
git lfs install --local
git lfs pull
- name: Build and test
run: nix build -L .#li7y .#li7y-oci .#li7y-tarpaulin
- name: Push OCI image
if: github.ref == 'refs/heads/master'
run: |
nix build .#li7y-oci
podman image load -i ./result
podman tag li7y git.sbruder.de/simon/li7y:latest
podman login --username simon --password "${{ secrets.REGISTRY_PASSWORD }}" git.sbruder.de
podman push git.sbruder.de/simon/li7y:latest
- run: nix build -L .#li7y-tarpaulin
- uses: actions/upload-artifact@v4
with:
name: tarpaulin
path: result/