add build test
Some checks failed
build_test / build (push) Failing after 1m9s

This commit is contained in:
PoliEcho 2025-07-12 20:56:47 +02:00
parent 5b56f6bcb6
commit d6ee106682

View File

@ -0,0 +1,15 @@
name: build_test
on: [push]
jobs:
build:
runs-on: arch
steps:
- name: get dependencies
run: pacman -Sy nodejs make nasm--needed --noconfirm
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make -j$(nproc)