Questions tagged [auto-build]
53 questions
1
vote
2 answers
autobuild of Lua api from C++ application
I have a C++ application and I would like to design and offer Lua APIs for this application, there is some tool that can help me with that? Maybe there is a way to mark some method and expose them to the Lua API layer? For other languages I have…

user1849534
- 2,329
- 4
- 18
- 20
1
vote
1 answer
Eclipse autobuilder on certain file extensions
I'm setting up an Eclipse autobuilder to run the closure template compiler. I've already got an ant task setup and running automatically whenever any file changes. How can I set it up so that it only runs when I change a *.soy file?
I see that I…

Riley Lark
- 20,660
- 15
- 80
- 128
0
votes
2 answers
How to properly create autoconf setup of netcdf 4.x?
I am not sure exactly what my question is as I get seriously turned around by autoconf/automake/libtoolize etc. Several of us are trying to autoconferize mbsystem. I've thrown a repo up of the work to date…

Kurt Schwehr
- 2,638
- 3
- 24
- 41
0
votes
0 answers
Is there an environment variable in Docker Hub Automated Builds that tells you the location of the repo root?
Let's say my repo is called X.
I have these files
X/worker/Dockerfile
X/worker/hooks/build
Inside Dockerfile, I have this command COPY worker/requirements.txt ./requirements.txt
Inside build file, I have this command docker build -f…

off99555
- 3,797
- 3
- 37
- 49
0
votes
1 answer
Have PDF-Creator suppress warning dialog not to halt build process
I have a msbuild script that includes creation of a few PDF's using PDF creator. It's the Convert2PDF.vbs that's being used, converting doc's to PDF's, and a while ago it stopped working and none seemed to take the time to fix it. So I looked into…

inquam
- 12,664
- 15
- 61
- 101
0
votes
0 answers
How to close a TF bug in GUS, if it's been removed from auto build a week ago but it's still reopening again and again on manual closure
Not able to close a TF bug in Gus
https://gus.my.salesforce.com/a07EE000014eS82YAE
this test is removed a week before. It gets reopened again even if no run is there. Is there a way to close this bug marking as removed test case and it doesn't…
0
votes
1 answer
UnityFramework does not support provisioning profiles, but provisioning profile has been manually specified
I'm using azure for building a unity project for IOS. I'm using Task XCode Build but It appears with this error
error: UnityFramework does not support provisioning profiles. UnityFramework does not support provisioning profiles, but provisioning…

Nguyễn Minh Chí
- 25
- 3
- 7
0
votes
2 answers
Flutter - iOS build using Bitrise
I am using Bitrise to generate iOS build of my flutter project. I have follow this steps to configure workflow. It shows me error like this. Can you please guide what's wrong here and how to fix this error.

Khyati Modi
- 630
- 1
- 9
- 19
0
votes
0 answers
Is tehere a way to get my app's last version on TestFlight on console? (with altool etc.)
I am trying to create an auto builder for my Unity game and it is works well but every time i have to handle to version manually is there a vay to get test flight version on console?
0
votes
1 answer
Qt app build from cmd-line as a .bat file
Am trying to automate a build process of an Qt app from a .bat file.
Am able to build a Qt app from cmd-line by entering each cmd one-by-one. Like qtenv2.bat, then vcvars64.bat, and then qmake.
But when I put those cmd in a .bat file and try to…

Sayan Bera
- 135
- 2
- 16
0
votes
1 answer
DockerHub Autobuild fails but succeeds in local
Docker build succeeds in my local but auto build on docker hub linked to my Github account fails. Can you please suggest where am I going wrong?
Dockerfile
FROM openjdk:8-jdk-alpine
RUN addgroup -S spring && adduser -S spring -G spring
USER…

Vinod Jayachandran
- 3,726
- 8
- 51
- 88
0
votes
0 answers
how to do auto build process for eclipse Indigo java Release 2?
I want to create auto build process for the eclipse old version (eclipse Indigo java Release 2) but I am not able to find the process. I want to do auto build for below button .... this button is used for manual build for my project.product
Some…

jugal
- 341
- 1
- 3
- 17
0
votes
1 answer
Does the Linux kernel project use some build automation software to create their makefile?
Does the Linux Kernel Project use any build automation software such as autotools to generate their makefile?
Do they create the makefile manually? By browsing their project Github webpage, it seems to me so, or I am missing something. But given…

Tim
- 1
- 141
- 372
- 590
0
votes
1 answer
Code signing is required for product type 'Application' in SDK 'iOS 11.3 when build using VSTS
i tried to make build using VSTS but get failed build because code signing required, although switch to Manual signing and fill Signing identity = $(APPLE_CERTIFICATE_SIGNING_IDENTITY)
Provisioning profile UUID = $(APPLE_PROV_PROFILE_UUID)
and…

Marwan Alqadi
- 795
- 8
- 14
0
votes
1 answer
Compiling java code in Jenkins get error: incompatible types
I configed Jenkins to compile and build java project. But I got the below error
[javac] C:\Users\Administrator\.jenkins\workspace\AMRM\AMRM-rad-workspace\AMRM\src\com\bidv\amrm\struts2\jdbc\DeclareAppImpl.java:232: error: incompatible types
…

taibc
- 897
- 2
- 15
- 39