Added Makefile wrapper around cmake

This commit is contained in:
Bartek Kryza
2021-02-21 11:36:14 +01:00
parent ce7aab2a0f
commit 6cc9073614
3 changed files with 5 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
name: build
on: [push, pull_request]
@@ -12,8 +11,4 @@ jobs:
run: sudo apt-get install cmake libyaml-cpp-dev libspdlog-dev libclang-11-dev libclang-cpp11-dev
- name: Build and unit test
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j
make test
make debug