JetBrains / CMake-runner-plugin

CMake support for TeamCity
https://plugins.jetbrains.com/plugin/20316-cmake-and-gnu-make-tools-support
Apache License 2.0
6 stars 10 forks source link

Incompatible runner GNU Make #4

Closed philenz closed 8 years ago

philenz commented 8 years ago

Even though my agent definitely has GNU make installed in /bin/make, the GNU Make build runner is not listed as a build runner for the agent.

So any build using GNU Make build runner is unable to find any compatible agent.

CMake build and configure are both listed as build runners for my agent. CMake is installed in /bin/cmake

OS is RedHat Server 7.1 running on AWS. Team City version 9.1.3.

VladRassokhin commented 8 years ago

Please try latest version of plugin and attach/gist teamcity-agent.log here.

philenz commented 8 years ago

Thank you.. that works great :-)

I just downloaded the (old) zip file from the link on https://confluence.jetbrains.com/display/TW/CMake+Plugin

I should've built from source.

Anyway, again, thanks a lot.