Skip to content

Added ThreadUtils from the NovacPPP. Removed some debug info #77

Added ThreadUtils from the NovacPPP. Removed some debug info

Added ThreadUtils from the NovacPPP. Removed some debug info #77

name: C/C++ [Ubuntu]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run CMake to Create Project Files
run: cmake -G "Unix Makefiles" .
- name: Build
run: make
- name: List Files
run: ls bin/
- name: Run Tests
run: cd ./bin/Release; ./SpectralEvaluationTests