infra: add build workflow
Some checks failed
Build gentoo-utils / build (pull_request) Failing after 1m28s
Some checks failed
Build gentoo-utils / build (pull_request) Failing after 1m28s
This commit is contained in:
14
.gitea/workflows/build.yml
Normal file
14
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: Build gentoo-utils
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: gentoo-utils
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: build and check
|
||||||
|
run: ./check.sh
|
||||||
|
|
||||||
Reference in New Issue
Block a user