Added Makefile wrapper around cmake
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user