Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 378 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 378 Bytes

Chestnut

Building

Requires fwoop. Requires gtest to build unit tests.

mkdir build
cd build
cmake ../
cmake --build .

Testing

cd build
ctest

Release

dch -v <version> -M
dpkg-buildpackge -d
gh release create
gh release upload <version> ../chestnut_<version>_amd64.deb ../chestnut_<version>.tar.gz ../chestnut_<version>.dsc
dch -r