adding gitea actions
Some checks failed
ci / build (push) Failing after 3s

This commit is contained in:
Andy Pack 2024-07-19 21:04:28 +01:00
parent 039d59292c
commit 002df3866a
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

18
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,18 @@
name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Install Deps
run: sudo apt -y install libopencv-dev
- name: Build
run: mkdir build && cd build && ../cbuild