-
Updated
Apr 22, 2022 - Go
#
build-automation
Here are 571 public repositories matching this topic...
Drone is a Container-Native, Continuous Delivery Platform
go
docker
continuous-integration
continuous-delivery
ci
build-pipelines
build-automation
ci-cd
hacktoberfest
-
Updated
Mar 27, 2022 - JavaScript
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com
javascript
ruby
android
kotlin
python
java
c-sharp
php
ios
awesome
mobile
framework
build-automation
load-testing
test-automation
testing-tools
awesome-list
software-quality
software-testing
performance-testing
-
Updated
Apr 22, 2022
augustoproiete
commented
Nov 21, 2020
Currently when calling the MSBuild
alias with an MSBuildSettings
, we need to set the target using the WithTarget
extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Dec 4, 2021 - Python
-
Updated
Apr 21, 2022 - C#
Rust task runner and build tool.
rust
task
coverage
circleci
build
travis-ci
build-automation
gitlab-ci
appveyor
cargo
travis
task-runner
build-tool
make
cargo-subcommand
cargo-plugin
azure-pipelines
github-actions
cargo-plugins
-
Updated
Apr 22, 2022 - Rust
Software build automation tool for Python.
-
Updated
Feb 24, 2022 - Python
Maven plugin which includes build-time git repository information into an POJO / *.properties). Make your apps tell you which version exactly they were built from! Priceless in large distributed deployments... :-)
-
Updated
Aug 1, 2021 - Java
6
jakajancar
commented
May 20, 2021
It would be nice if doit
could use as many processes as there are CPUs instead of only a hardcoded number.
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
-
Updated
Mar 28, 2022 - Java
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
-
Updated
Apr 5, 2022 - PHP
python
circleci
travis-ci
ci
pypi
build-automation
wheel
appveyor
python-wheels
azure-pipelines
github-actions
-
Updated
Apr 23, 2022 - Python
Open
Kudu plugin
mzorec
opened
Sep 25, 2018
robinnorth
commented
Apr 9, 2021
Buildout is a deployment automation tool written in and extended with Python
-
Updated
Apr 7, 2022 - Python
Source code for the Manning book "Gradle in Action"
-
Updated
Aug 13, 2019 - Java
AppBox is a tool for iOS developers to build and deploy Development, Ad-Hoc, and In-house (Enterprise) applications directly to the devices from your Dropbox account. Download latest version -
macos
ios
build-automation
upload-ipa
appstore
xcodebuild
hacktoberfest
ios-app-wireless-installation
-
Updated
Apr 14, 2022 - Objective-C
Build Automation in PowerShell
-
Updated
Apr 11, 2022 - PowerShell
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
cli
scala
sbt
command-line
build-automation
build-tool
build-system
command-line-tool
dotty
frege
cbt
reproducible-builds
scala-support
-
Updated
May 28, 2018 - Scala
gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
-
Updated
Apr 21, 2022 - Groovy
Simple PowerShell based deployments
build
continuous-delivery
build-pipelines
powershell
powershell-modules
build-automation
continuous-deployment
ci-cd
-
Updated
Jan 13, 2021 - PowerShell
Port/Package build and test system
-
Updated
Mar 17, 2022 - Shell
A build automation tool for Docker applications
-
Updated
Oct 29, 2021 - Go
docker
golang
jenkins
dockerfile
circleci
build
travis-ci
makefile
helm
build-automation
build-tool
build-system
helm-charts
docker-images
cicd
codefresh
-
Updated
Apr 16, 2022 - Makefile
Automated Unreal Engine 4 Project Builds
-
Updated
Sep 29, 2017 - Batchfile
Simple task/command runner with declarative goals and dependencies
-
Updated
Feb 11, 2022 - Shell
A tool to make Windows builds reproducible.
-
Updated
Oct 2, 2019 - C
Improve this page
Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-automation topic, visit your repo's landing page and select "manage topics."
Currently, when using explicit cache a single cache image can be specified to read from. It could be useful to have a priority-ordered list of images to check for cache hits. @mattste provided this use case:
Use Case
I'm attempting to do pull request previews where each pull request has its own Docker image. For pull requests that update a dependency (such as a package.json or mix.lock),