mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add instructions for running against customized TaskChampion (#3719)
This is often useful when doing work that includes changes in both TC and TW.
This commit is contained in:
parent
3ea726f2bb
commit
4add839548
1 changed files with 10 additions and 0 deletions
|
@ -94,3 +94,13 @@ They can be found in the [ctest](https://cmake.org/cmake/help/latest/manual/ctes
|
|||
Note that any development should be performed using a git clone, and the current development branch.
|
||||
The source tarballs do not reflect HEAD, and do not contain the test suite.
|
||||
Follow the [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow) for creating a pull request.
|
||||
|
||||
## Using a Custom Version of TaskChampion
|
||||
|
||||
To build against a different version of Taskchampion, modify the requirement in `src/taskchampion-cpp/Cargo.toml`.
|
||||
|
||||
To build from a local checkout, replace the version with a [path dependency](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-path-dependencies), giving the path to the directory containing TaskChampion's `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
taskchampion = { path = "path/to/taskchampion" }
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue