Skip to content

Remove target_precompile_headers call in CMakeLists.txt #169

Remove target_precompile_headers call in CMakeLists.txt

Remove target_precompile_headers call in CMakeLists.txt #169

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [master, setup-ci]
pull_request:
branches: [master, setup-ci]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -f -y libfmt-dev libasound2-dev libavahi-core-dev libavahi-client-dev valgrind g++ gcc cmake git
- name: make test
run: make test