Skip to content

Benchmark for C++ PDQ index #62

Benchmark for C++ PDQ index

Benchmark for C++ PDQ index #62

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