Add Forgejo workflow
All checks were successful
Build / build (push) Successful in 3m50s

This commit is contained in:
Mathieu Strypsteen 2024-10-10 17:07:00 +02:00
parent b0d07b47aa
commit 000fc97021

View file

@ -0,0 +1,16 @@
name: Build
on: [push]
jobs:
build:
runs-on: debian-12
steps:
- name: Install dependencies
run: apt-get update && apt-get install -y clang gcc-multilib llvm mtools parted udev
- name: Install Rustup
run: curl https://sh.rustup.rs | sh -s -- -y
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: . ~/.bashrc && ./build.sh