Switch make for meson/ninja

This commit is contained in:
Zander 2019-07-27 20:00:11 +00:00
parent 1e816f65a5
commit 452be8a22f

View File

@ -96,7 +96,7 @@ Steps to reproduce:
## Merge Request Process ## Merge Request Process
1. Ensure your code compiles. Run `make` before creating the merge request. 1. Ensure your code compiles. Run `meson` & `ninja` before creating the merge request.
2. Ensure the test suit passes. Run `cargo test -- --test-threads=1`. 2. Ensure the test suit passes. Run `cargo test -- --test-threads=1`.
3. Ensure your code is properly formatted. Run `cargo fmt --all`. 3. Ensure your code is properly formatted. Run `cargo fmt --all`.
4. If you're adding new API, it must be properly documented. 4. If you're adding new API, it must be properly documented.