feat: add gitea actions workflow
Some checks failed
build
continuous-integration/drone/push Build is passing

This commit is contained in:
Garionion 2023-03-22 20:15:40 +01:00
parent 2bc35c1a26
commit c83b797c47
Signed by: garionion
SSH key fingerprint: SHA256:6uQQGh4dHIdYnrR+qeLdgx5SDmbttGp2HusA73563QA

View file

@ -0,0 +1,13 @@
name: "Test"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: nixos/nix
entrypoint: /usr/bin/env bash
steps:
- uses: actions/checkout@v3
- run: nix-channel --add https://nixos.org/channels/nixos-unstable-small nixpkgs
- run: nix-channel --update
- run: nix build