jenkins-job-builder/tests/builders/fixtures/cmake/version-1.10/common-1.x.xml

22 lines
666 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.plugins.cmake.CmakeBuilder>
<sourceDir>path/to/source</sourceDir>
<generator>Unix Makefiles</generator>
<cleanBuild>false</cleanBuild>
<preloadScript/>
<buildDir>path/to/build</buildDir>
<installDir>path/to/install</installDir>
<makeCommand>make</makeCommand>
<installCommand>make install</installCommand>
<cmakeArgs/>
<projectCmakePath/>
<cleanInstallDir>false</cleanInstallDir>
<buildType>Debug</buildType>
<otherBuildType/>
<builderImpl/>
</hudson.plugins.cmake.CmakeBuilder>
</builders>
</project>