Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1002 Bytes

Contributing to Quoniam

Quoniam is a windows application developed using Qt framework and Bazel as a build system. In order to contribute you will need to fork the repository and create a pull request. The pull request will be accepted only after passing all CI tests and a code review.

Building an testing it locally

Currently we are in the middle of the migration from Qt pro files to Bazel. Even though the bazel migration is not complete, the recomended options is to prepare everything for a bazel compilation.

You will need:

Once everything is set up you should be able to compile the application doing:

bazel build //...

And test doing:

bazel test //...