Skip to content

Add C++ API

Add C++ API #16

name: Build And Run Test on Windows
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
env:
BUILD_TYPE: Release
jobs:
Build_and_Run_PyTest:
name: Build and Run PyTest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install Dependencies
run: python -m pip install --upgrade wheel pytest delvewheel
- name: Install filepattern
working-directory: ${{github.workspace}}
shell: cmd
run: install_win_filepattern.bat
- name: Run PyTest
working-directory: ${{github.workspace}}
run: python3 -m pytest tests/