Skip to content

[vpdq] Add multithreaded hashing #48

[vpdq] Add multithreaded hashing

[vpdq] Add multithreaded hashing #48

Workflow file for this run

# Copyright (c) Meta Platforms, Inc. and affiliates.
name: pdq CI - cpp
on:
push:
branches:
- main
paths:
- "pdq/cpp/**"
- ".github/workflows/pdq-ci-cpp.yml"
pull_request:
branches:
- main
paths:
- "pdq/cpp/**"
- ".github/workflows/pdq-ci-cpp.yml"
defaults:
run:
working-directory: pdq/cpp
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make