dear fellow jenkins users i have two somewhat related questions about building native applications in windows slaves.
1. what is the easiest/cleanest way to make the "windows batch command" shell behave like the windows sdk shell? calling SetEnv.cmd does not work for me. my current solution is to actually append my build commands to a copy of SetEnv.cmd and call this in the windows batch build step. this is dirty :) 2. i have a cross-platform cmake project which i want to build using the nmake generator on the windows slaves. the same question arises - how can i setup the windows sdk environment with the cmake builder plugin? these seem to be very common use cases, but i spent hours with google and could not find a clean solution... any help is appreciated! thank you & cheers, simon