KnowledgeCrawler/.github/workflows/ci.yml

15 lines
254 B
YAML
Raw Normal View History

2023-06-08 17:57:19 +01:00
name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2023-06-17 13:11:42 +01:00
- name: Install Deps
run: sudo apt -y install libopencv-dev
2023-06-08 17:57:19 +01:00
- name: Build
run: mkdir build && cd build && ../cbuild