This commit is contained in:
xinyangli 2024-03-25 20:46:13 +08:00
parent 2cc992a181
commit 725eda353a
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,16 @@
name: Example CI Workflow
name: Gitea Actions Demo
on: [push]
# Defines the jobs the workflow will run. Jobs are run in parallel by default.
jobs:
build:
# The type of runner that the job will run on.
runs-on: nix
steps:
- name: Build with nix
run: |
# Replace the above command with the command to build your project.
nix build -L .#abstract-machine