Skip to content

Add support for py3.12, node20, remove EOL py3.7, node16 #681

Add support for py3.12, node20, remove EOL py3.7, node16

Add support for py3.12, node20, remove EOL py3.7, node16 #681

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@v2
- name: Install doxygen
run: sudo apt-get install doxygen
- name: make build
run: make build VERBOSE=1
- name: make test
run: make test VERBOSE=1
- name: make benchmark
run: make benchmark VERBOSE=1