jenkins: gcc multiple versions for different projects on same system

1.3k Views Asked by At

In my Continuous Integration set-up in Jenkins, I have two Cpp projects. One project requires the latest G++ 4.8.2 (already installed in /usr/bin) but the other project requires an older version of G++ 4.6.3 (not yet installed). I am using make file for the build process. The OS running on the server is Linux Mint 17 Qiana. Please advise a suitable method. Any help is appreciated.

0

There are 0 best solutions below