Skip to main content
0 votes
1 answer
62 views

I have a repository that implements automatic versioning using commitizen. Handling version bumps after merging to main is trivial, I have a simple pipeline to perform the cz bump and then push that ...
Cylindric's user avatar
  • 5,896
0 votes
1 answer
183 views

I am trying to set up continuous integration for my TwinCAT3 PLC project, including external tests through Python pytest. For this to work I need a script that does the following: Build the solution ...
Roberto's user avatar
  • 1,143
Best practices
0 votes
1 replies
82 views

Is anyone aware or can anyone verify whether AI software development pipelines and processes have evolved to the point that they incorporate basic industry testing procedures (unit testing, smoke ...
R.C.'s user avatar
  • 1
Best practices
1 vote
1 replies
104 views

I'm trying to build a .NET Android App in my Gitlab CI pipeline, but the "official" way I thought I found does not seem to work or I misunderstood something there. I used the Android App ...
Squirrelkiller's user avatar
Best practices
0 votes
1 replies
61 views

I am currently running several Python scripts on a Linux server. These scripts communicate with external hardware devices Right now, I have 4 instances running. The underlying Python code is exactly ...
Simar Singh's user avatar
1 vote
1 answer
166 views

I have a Python project using pyproject.toml and I want to figure out the best method to automate incrementing the version. The requirements are: Each time the package is modified (e.g.: src/**, ...
DevOps Jeremy's user avatar
0 votes
0 answers
124 views

We use sphinx linkcheck to make sure that our docs do not contain broken links, but Wikipedia has started returning a 403, assuming that our CI is a robot. Fair enough, it is a robot, so has anyone ...
jon_two's user avatar
  • 1,288
0 votes
0 answers
135 views

In short, in the GitLab CI I get the error E: Unable to locate package libeigen3-dev Context. I'm on Linux. On my machine the makefile works and the program can run. The CI can run the installation of ...
Blue Lama's user avatar
  • 172
1 vote
1 answer
90 views

I'm using Buddy Works CI/CD. My use case is that I want to run auto evaluation via CI every time there is a push of changing a evaluation data file. I have tried a lot but fail. My current approach is ...
panda's user avatar
  • 31
Advice
0 votes
2 replies
66 views

Let's say you have a repository in gitlab. For facilitated distribution of the application and according development throughout a team, you convert the app into a Docker Container, which can be ...
DevelJoe's user avatar
  • 1,592
Best practices
0 votes
0 replies
41 views

Is there a best practice to capture screenshots of an unreal app when performing a test in a gitlab ci pipeline? gemini suggest using movie render queue w a vnc session or NICE DCV to stimulate a user ...
simgineer's user avatar
  • 1,926
0 votes
0 answers
46 views

How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
Ornella Scardua's user avatar
Best practices
0 votes
6 replies
112 views

The title is somewhat difficult. I try to explain what I want the input from you all. My current practice from a feature/bug development towards the codes journey to the production is the following. ...
FlorianD's user avatar
  • 115
Best practices
0 votes
1 replies
66 views

We built a CI/CD monorepo -- it makes intuitive sense with local/staging/prod. You push small commits and it auto-deploys. That makes sense when you just have that one pipeline for one app. But now as ...
Jacob C's user avatar
  • 11
5 votes
1 answer
844 views

I’m using Fastlane on Bitrise CI to build and distribute an iOS app. Everything in my CI runs fine — the build succeeds, Fastlane reports that the upload to TestFlight was successful — but the build ...
Nass's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
937