guix-builder/.gitea/workflows/main.yaml

17 lines
595 B
YAML

name: Guix Builder
run-name: ${{ gitea.actor }} - ${{ gitea.event.head_commit.message }}
on: [push]
jobs:
Build:
runs-on: guix
steps:
- name: Tester git checkout
run: git clone http://git.home.rekahsoft.ca/${{ gitea.repository }}
- name: Check out repository code
uses: https://github.com/actions/checkout@v3
- name: Build preparation
run: guix time-machine -C channels.scm -- shell -m manifest-dev.scm -- make pre-build
# - name: Build docker image
# run: guix time-machine -C channels.scm -- shell -m manifest-dev.scm -- make