diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml new file mode 100644 index 0000000..b443cf9 --- /dev/null +++ b/.gitea/workflows/build_test.yaml @@ -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)