KnowledgeCrawler/.gitea/workflows/ci.yml

18 lines
332 B
YAML
Raw Normal View History

2024-07-19 21:04:28 +01:00
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