Skip to content

Multithreading via C++ thread pool of clients #72

Multithreading via C++ thread pool of clients

Multithreading via C++ thread pool of clients #72

Workflow file for this run

name: Cpp
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup system dependencies
run: |
sudo apt-get update
sudo apt-get -y install cppcheck
- name: Run cppcheck
run: |
./misc/travis/cppcheck.sh