Unverified Commit df9e2948 by Dominic Hamon Committed by GitHub

Add workflow to exercise bindings (#1041)

* Initial version to try to run python bindings example * python indent issue in setup.py * better naming
parent 12e85b2e
name: test-bindings
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
python_bindings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install benchmark
run:
python setup.py install
- name: Run example bindings
run:
python bindings/python/google_benchmark/example.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment