build

Travis-CI `Android 28 licenses have not been accepted`

杀马特。学长 韩版系。学妹 提交于 2020-05-14 14:41:10
问题 I'm trying to build android project using Travis using android-28 and build-tools-28.0.0 but no matter what I do I get >Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-28 Android SDK Platform 28 build-tools;28.0.0 Android SDK Build-Tools 28 To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager. Alternatively, to transfer the license agreements from one

Building the Dockerfile executes with non-zero code 139

坚强是说给别人听的谎言 提交于 2020-05-14 06:01:19
问题 Description / Reproduction Steps I am trying to run the opc-ua server examle "server_ctt" (using the open62541 library from here) within a docker container on my Raspberry Pi 1, but I am failing at creating the docker image. I followed the instructions on here and cloned the repo at first. Afterwards, I try to build the image by executing the following command in the open62541 directory: docker build -f docker/Dockerfile . This is the output I am getting in the terminal: pi@raspberrypi:~/ma

Building the Dockerfile executes with non-zero code 139

余生长醉 提交于 2020-05-14 05:54:13
问题 Description / Reproduction Steps I am trying to run the opc-ua server examle "server_ctt" (using the open62541 library from here) within a docker container on my Raspberry Pi 1, but I am failing at creating the docker image. I followed the instructions on here and cloned the repo at first. Afterwards, I try to build the image by executing the following command in the open62541 directory: docker build -f docker/Dockerfile . This is the output I am getting in the terminal: pi@raspberrypi:~/ma

How can I have unique build numbers across branches with Jenkins & the Pipeline Multibranch Plugin

醉酒当歌 提交于 2020-05-10 09:40:17
问题 We are using Jenkins Pipeline Multibranch Plugin with Blue Ocean. Through my reading, I believe it is quite common to tie your project's build number to the Jenkins run, as this allows traceability from an installed application through to the CI system, then to the change in source control, and then onto the issue that prompted the change. The problem is that for each branch, the run number begins at 0. For a project with multiple branches, it seems impossible to guarantee a unique build

How can I have unique build numbers across branches with Jenkins & the Pipeline Multibranch Plugin

谁说我不能喝 提交于 2020-05-10 09:38:27
问题 We are using Jenkins Pipeline Multibranch Plugin with Blue Ocean. Through my reading, I believe it is quite common to tie your project's build number to the Jenkins run, as this allows traceability from an installed application through to the CI system, then to the change in source control, and then onto the issue that prompted the change. The problem is that for each branch, the run number begins at 0. For a project with multiple branches, it seems impossible to guarantee a unique build

Cannot find a version of 'com.google.code.findbugs:jsr305' that satisfies the version constraints

て烟熏妆下的殇ゞ 提交于 2020-05-10 07:54:31
问题 When generated signed APK for realse i get this error message: Cannot find a version of 'com.google.code.findbugs:jsr305' that satisfies the version constraints: Dependency path 'XX:app:unspecified' --> 'androidx.test.espresso:espresso-core:3.1.2-alpha01' --> 'com.google.code.findbugs:jsr305:2.0.1' Constraint path 'XX:app:unspecified' --> 'com.google.code.findbugs:jsr305' strictly '1.3.9' because of the following reason: debugRuntimeClasspath uses version 1.3.9 This is my app:gradle android {

Delete a Jenkins Build via GUI

久未见 提交于 2020-05-10 07:02:16
问题 How can I delete a build from the Jenkins GUI? I know that I can delete the directory from the 'jobs' folder, but I want to do it from the GUI. Is it also possible to delete multiple builds? 回答1: If you go into the build you want to delete and if you have the permissions to delete, then you will see on the upper right corner a button "Delete this build". 回答2: To delete any job from Gui,Go to your job and on left side,click on delete project. 回答3: For deleting the entire build history you can

Change string resource by flavor / debug-build

杀马特。学长 韩版系。学妹 提交于 2020-05-10 05:09:16
问题 Let's say we have strings_test.xml, which stores string values for testing and should be shown in a debug-release. When the apk gets build as a release version all values should be change to an empty string e.g. <string name="test_some_card_text">@string/empty</string> . Is there a possibility to achieve this? As always, thanks in advance. 回答1: Yes you can do that inside your app gradle under buildTypes.. buildTypes { mybuild { resValue "string", "test_some_card_text", '"test"' resValue

How is “Microsoft Build Tools 2015” different from “Visual C++ Build Tools 2015”?

只谈情不闲聊 提交于 2020-04-30 11:46:31
问题 In order to compile a few Python modules, following https://wiki.python.org/moin/WindowsCompilers, I just tried to install "Microsoft Visual C++ 14.0 standalone: Visual C++ Build Tools 2015 (x86, x64, ARM)". I found the installer here Microsoft Build Tools 2015, but: strangely the Full installer "BuildTools_Full.exe" (not Net install) is only 24.4 MB, and ~ 124 MB once installed (so obviously all the SDK is not installed) This option: "Windows SDK": Install Microsoft Visual C++ Build Tools

How is “Microsoft Build Tools 2015” different from “Visual C++ Build Tools 2015”?

谁说胖子不能爱 提交于 2020-04-30 11:43:14
问题 In order to compile a few Python modules, following https://wiki.python.org/moin/WindowsCompilers, I just tried to install "Microsoft Visual C++ 14.0 standalone: Visual C++ Build Tools 2015 (x86, x64, ARM)". I found the installer here Microsoft Build Tools 2015, but: strangely the Full installer "BuildTools_Full.exe" (not Net install) is only 24.4 MB, and ~ 124 MB once installed (so obviously all the SDK is not installed) This option: "Windows SDK": Install Microsoft Visual C++ Build Tools