This commit is contained in:
parent
5b56f6bcb6
commit
d6ee106682
15
.gitea/workflows/build_test.yaml
Normal file
15
.gitea/workflows/build_test.yaml
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user