yandex / yatool

Yatool is a cross-platform distribution, building, testing, and debugging toolkit focused on monorepositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find the assembled tool

Yeraln-Imangeldinov opened this issue · comments

I apologize for the newbie question. The project was built with './ya make -r', but I couldn't find the built executable.

By default, ya make creates symbolic links to build artifacts in the source tree next to the ya.make files describing the targets. In our case, this is https://github.com/yandex/yatool/blob/main/ya.make#L2-L6.

Also you can add -o <out_dir> and then all the output artifacts will be stored in a <out_dir>, maintaining original directory hierarchy. If you want a flat structure, then use -I <out_dir>.

We plan to publish user docs early next year.