This commit is contained in:
parent
039d59292c
commit
002df3866a
18
.gitea/workflows/ci.yml
Normal file
18
.gitea/workflows/ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user