Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-15810

Bamboo doesn't detect CMake

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Capabilities
    • None
    • 0
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Rationale
      CMake is a popular tool to generate and build projects written in C/C++, very similar to Ant, NAnt or MSBuild. CTest is a testing framework very similar to NUnit, MSTest, JUnit and so forth, and its installed alongside CMake.

      Steps

      • Install and Configure Bamboo
      • Windows
        • Install Windows Server 2012 R2 (agent-01)
        • Install and configure an Bamboo Agent on agent-01
        • Install CMake
      • Linux
        • Install Ubuntu 14.04 (agent-02)
        • Install and configure an Bamboo Agent on agent-02
        • Install CMake

      Visit the Bamboo website, select the agent and view its capabilities. Note than even through CMake was installed on both agents, Bamboo does not detect it. One can add this manually, but this is tedious and error prone.

      Expected
      Its expected that Bamboo will detect CMake as follows

      • Windows
        • CMake - C:\Program Files (x86)\CMake\bin\cmake.exe
        • CTest - C:\Program Files (x86)\CMake\bin\ctest.exe
      • Linux
        • CMake - /usr/bin/cmake
        • CTest - /usr/bin/ctest

      It is possible to install CMake and CTest in other file paths.

              Unassigned Unassigned
              bcd96b272979 bloudraak
              Votes:
              5 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: