Build a single project without any workspace
xctool -project YourProject.xcodeproj -scheme YourScheme buildBuild a project that is part of a workspace
xctool -workspace YourWorkspace.xcworkspace -scheme YourScheme buildClean, build, and execute all the tests
xctool -workspace YourWorkspace.xcworkspace -scheme YourScheme clean build test