KnowledgeCrawler/.gitea/workflows/ci.yml
Andy Pack 002df3866a
Some checks failed
ci / build (push) Failing after 3s
adding gitea actions
2024-07-19 21:04:28 +01:00

18 lines
332 B
YAML

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