-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
1
-
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.
- is cloned from
-
BAM-15809 Bamboo doesn't detect Python 2.x or Python 3.x
- Closed