This commit is contained in:
18
.gitea/workflows/attempt-build.yaml
Normal file
18
.gitea/workflows/attempt-build.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Build Code
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Configure
|
||||||
|
run: ./configure
|
||||||
|
|
||||||
|
- name: Run make
|
||||||
|
run: make
|
||||||
Reference in New Issue
Block a user