📄️ Build with Xcode
Since QuickBuild version 5.1.16, Xcode plugin is bundled. This plugin can help to build Xcode project by calling command xcodebuild.
📄️ Build with Ant
QuickBuild supports Ant based build through the Ant build step. Ant build step can be added by selecting menu item Build -\> Ant from the step menu.
📄️ Build with Maven
QuickBuild is able to integrate with the popular build tool - Maven. A Maven build step can be added by selecting menu item Build -\> Maven from the step menu.
📄️ Build with Devenv
Most Visual Studio projects can be built from command line with devenv command. QuickBuild supports this method now. You just need add a devenv step in your configuration steps definition.
📄️ Build with MSBuild
QuickBuild is able to integrate with the popular build tool - MSBuild for .NET platform. You just need simply add a MSBuild step in the configuration steps definition.
📄️ Build with NAnt
QuickBuild supports NAnt based build through the NAnt build step. NAnt build step can be added by selecting menu item Build -\> NAnt from the step menu.
📄️ Build with Rake
QuickBuild supports Ruby Rake based build through the Rake build step. Rake build step can be added by selecting menu item Build -\> Rake from the step menu.
📄️ Build with Arbitrary Command
If your build tool is not directly supported by QuickBuild, you may utilize the command build step to run your builds as long as your build can be performed from command line non-interactively. To add a command build step, choose Build -\> Shell/Batch Command from the step menu.
📄️ Scan code with SonarQube
Since QuickBuild 10, SonarQube, a continuous code inspection solution, can be added to your continuous integration workflow.