generated from marius/TUM_Slides
Add forgejo workflow
This commit is contained in:
parent
166ded1bb1
commit
91298faf24
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/build.yaml
Normal file
16
.forgejo/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: https://git.madhouse-project.org/actions/nix/install@main
|
||||||
|
- name: Run Nix build
|
||||||
|
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: bericht
|
||||||
|
path: result
|
||||||
Loading…
Add table
Add a link
Reference in a new issue