Explore Tipi

Running my application in the remote build environment

Running my application in the remote build environment

Using the tipi .run (mind the .) verb runs the supplied command on the remote node you use to build of the current project.

For example in the case of a -t linux-cxx17 build of myapp.cpp with result binaries residing in ./build/linux-cxx17:

tipi -t linux-cxx17 .run ./build/linux-cxx17/myapp