ci-server

Why ought I not to install Visual Studio on my CI server?

◇◆丶佛笑我妖孽 提交于 2019-12-22 05:46:27
问题 A lot of people new to CI (Continuous Integration) install VS (Visual Studio) on their CI server "because it is required to compile the code". MSTest is a common reference brought up here. Why should I not install VS (or generally speaking, any software not out-of-the-box) on my CI server? (This question has not been asked before apparently, so I'm adding it for reference. If it already exists, sorry, I missed it, please merge. If no answer is provided to this question within some time I can

Android-Jenkins: failed to find Build Tools revision 17.0.0 On Jenkins Build Server

霸气de小男生 提交于 2019-12-06 03:56:17
问题 I'm trying to use the Android Emulator on Jenkins to build and test my project. But I'm getting an the following error when running my gradle tasks; failed to find Build Tools revision 17.0.0 the gradle task I'm running is; ./gradlew clean connectedCheck in my gradle build file I has the following configuration android { compileSdkVersion 17 buildToolsVersion "17.0.0" defaultConfig { minSdkVersion 7 targetSdkVersion 17 } } The build server is a headless Ubuntu instance (12 something). My

Why ought I not to install Visual Studio on my CI server?

ⅰ亾dé卋堺 提交于 2019-12-05 08:14:09
A lot of people new to CI (Continuous Integration) install VS (Visual Studio) on their CI server "because it is required to compile the code". MSTest is a common reference brought up here. Why should I not install VS (or generally speaking, any software not out-of-the-box) on my CI server? (This question has not been asked before apparently, so I'm adding it for reference. If it already exists, sorry, I missed it, please merge. If no answer is provided to this question within some time I can add one myself) Because you don't need to . A Visual Studio license is pretty expensive, so having one