cfarm icon indicating copy to clipboard operation
cfarm copied to clipboard

Making cross-platform development faster.

Results 8 cfarm issues
Sort by recently updated
recently updated
newest added

A standard deployment file ( .cdep ) is written to target a single compiler, configuration and library type. This is great for testing projects with very specific setups, but isn't...

enhancement

Once the ability to launch windows executables from Windows Subsystem for Linux has rolled out, we need to rewrite the guide to use that approach. more info: https://blogs.msdn.microsoft.com/wsl/2016/10/19/windows-and-ubuntu-interoperability/

enhancement

It would be nice to support pushing builds to CI infrastructure. This would allow users to setup workers that are actually just CI builds. The json setup would look like:...

It is desirable for cfarm to work properly on the command line when chained together like: ``` cfarm build bigboard && cfarm test bigboard ``` This doesn't work currently as...

Extend the cdep format to support ansible definitions for a machine. Currently all machines are implicitly expected to be online and running when cfarm commands are invoked. Now we need...

Make cfarm parse output from all workers and display it in a cleaner format. Where each worker gets a single line of output and shows a very 'ninja' like output:...

We need to create real unit tests for cfarm. It looks like the easiest way forward is to use the pytest and mock packages. Combined together these should allow us...

tests