adjust build include path and set install build type to release

This commit is contained in:
Lars Melchior 2020-04-14 11:13:24 +02:00
parent c8fec7d575
commit bf392d6ae3
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: build and install library
run: |
cmake -H. -Bbuild
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
sudo cmake --build build --target install
rm -rf build