feat: add github actions

* feat: add github actions

* Update ccpp.yml

* build: build and install deb in container

* build: clean up
This commit is contained in:
Carlos Gomes Martinho
2020-03-23 09:38:47 +01:00
parent e864d27fbf
commit 433b3c4219
2 changed files with 30 additions and 0 deletions

View File

@ -1,7 +1,17 @@
#!/bin/sh
rm -rf _build
mkdir _build
cd _build
cmake .. -DLIBMBUS_BUILD_EXAMPLES=ON -DLIBMBUS_BUILD_TESTS=ON
cmake --build .
# build deb
# rm -rf _build
# mkdir _build
# cd _build
# cmake .. -DLIBMBUS_PACKAGE_DEB=ON
# cpack ..
# dpkg -i *.deb