Skip to content

Python callbacks: read, write, reti, int mode 2 vector #21

Python callbacks: read, write, reti, int mode 2 vector

Python callbacks: read, write, reti, int mode 2 vector #21

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake .
- name: make
run: make
- name: make test
run: make test