Skip to content

OpenMP support [OMP code still WIP] #11

OpenMP support [OMP code still WIP]

OpenMP support [OMP code still WIP] #11

Workflow file for this run

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