We have moved to GitLab! Read this for more information.
We have recently moved our repositories to GitLab. You can find revpi-pitest
here: https://gitlab.com/revolutionpi/revpi-pitest
All repositories on GitHub will stay up-to-date by being synchronised from
GitLab.
We still maintain a presence on GitHub but our work happens over at GitLab. If you want to contribute to any of our projects we would prefer this contribution to happen on GitLab, but we also still accept contributions on GitHub if you prefer that.
This repository uses git submodules. These submodules need to be initialized in
order to build piTest
.
This can be done by initializing submodules while cloning with
git clone --recurse-submodules https://gitlab.com/revolutionpi/revpi-pitest.git
or afterwards with
git submodule init
git submodule update
These are the instructions to build piTest
:
mkdir build && cd build
cmake ..
cmake --build .
Usage of piTest
is documented in piTest(1)
.