home.social

#buildautomation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #buildautomation, aggregated by home.social.

fetched live
  1. Most build systems have their own syntax to write build scripts with the twist that functions are only run if their output could differ from the last call.

    I turned this upside-down thing on its feet again, providing a Python library to run functions only if needed.

    So your build script is just a Python script, but still does not run functions unnecessarily.

    codeberg.org/harald/pythonbuil

    #pythonbuilder #buildtool #cmake #gradle #ant #buildautomation

  2. To be fair to nuke though, I got it to work now, I can only debug it with VsCode but not with Visual Studio, but that's a minor glitch.

    I think, with what I have now I can move on and create even more complex builds.

    #nukebuild #buildautomation #ci #azuredevops #csharp #dotnet

  3. 🚀 New Blog Post: "Wrapping Elephants in Snowflakes" 🐘❄️

    If you're working with Gradle and Nix, this post is for you! Learn how to bridge the gap between Gradle's dynamic dependency management and Nix's sandboxed builds—without the hassle. 🛠️🔧

    👉 Read the full post and discover the 2025 solution! britter.dev/blogs/2025-01-02-g

    #DevOps #NixOS #Gradle #BuildAutomation #CI #FOSS #Reproducibility

  4. Currently running Jenkins but kind of hate it and every three months or so I start googling alternatives until I feel that it _does_ actually do what we need and I don't feel like setting up something new that's probably just as horrible.

    Having a look at TeamCity though and it does seem to check a lot of the right boxes. What say ye? Yay? Nay?

    #softwareengineering #BuildAutomation #ci #teamcity #jetbrains

  5. Build your iOS app for TestFlight in 3 steps on the command line: Archive, export archive, and upload.

    #SwiftDeveloper #iOSDeveloper #TestFlight #BuildAutomation

  6. BrandPost: Introducing the Redis/Intel Benchmarks Specification for Performance Testing, Profiling, and Analysis - Redis and Intel are collaborating on a “zero-touch” performance and profiling automati... - infoworld.com/article/3687091/ #buildautomation

  7. Getting angry with Jenkins again. I just haven't found anything that is particularly better for us.

    I honestly wouldn't mind doing more stuff manually (as in automated by manually crafted scripts), but there are a few things regarding running different things on different computers and transferring artifacts between them that would require quite a bit of work to get up and running.

    #cpp #Jenkins #BuildAutomation

  8. Please welcome @matkoch and @nuke to the #dotnet community in the fediverse!

    They probably don’t need an introduction, but out of courtesy, let’s do it anyway:
    @matkoch is the creator of @nuke (nuke.build), which is a super powerful and overall really beautiful way to automate your builds with regular #CSharp.

    Please make sure to follow them if you are even remotely interested in #BuildAutomation #DevOps, #CICD and #dotnet

  9. I really like :nukebuild: ! It should be the default #BuildAutomation solution in the #dotnet :dotnet: #CSharp :csharp: world!

    nuke.build

  10. I hate it when #gradle decides to inject an old version of itself into a project and then complains it fails to load new features. Thanks, Gradle.
    #software #development #buildAutomation