build: ci
This commit is contained in:
11
.gitea/workflows/build.yml
Normal file
11
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: build
|
||||||
|
# test
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build_x86:
|
||||||
|
runs-on: [amd64]
|
||||||
|
steps:
|
||||||
|
- run: make
|
||||||
Reference in New Issue
Block a user