This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMake/CDash with Kiel?

Has anyone had any luck with implementing CMake/Ctest/CDash with Kiel? In particular, with UV4.exe from the command line: C:\Keil\uv4\uv4.exe -b -j0 BUILD_foo.uvproj

We are using the UI and NOT using gcc. Doing a build in the UI, I created a BAT file and can
see how I might (painfully) translate those armcc commands into using the typical Unix make commands.

I'd like to avoid all that unnecessary work as my ultimate goal is to simply run a build (as above) and post/submit the build results to CDash. Since I'm presently learning the CMake/CTest/CDash tool chain, I haven't yet figured out how to eliminate the CMake part.

If anyone has already gone through this pain, I'd appreciate your input. Comments from the peanut gallery are also welcome.

Bill

0