teamcity-rust-plugin
teamcity-rust-plugin copied to clipboard
Add support for overriding the Cargo command
I am using https://github.com/japaric/cross to build i686/ARM executables of my project, but I have to do it using the shell script build step (and thus another build configuration template).
cross is CLI-compatible with Cargo, so it would be great to be able to override the Cargo command.
@missingdays any chance this could be implemented? Should be quite trivial.