-
Updated
Aug 16, 2021 - Go
#
build-automation
Here are 558 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
Aug 8, 2021 - 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
Aug 7, 2021
augustoproiete
commented
Mar 6, 2021
The MSBuildSettings
extension UseToolVersion
expects a valid value from the MSBuildToolVersion enumeration.
public static MSBuildSettings UseToolVersion(this MSBuildSettings settings, MSBuil
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Aug 6, 2021 - Python
Software build automation tool for Python.
-
Updated
Jun 11, 2021 - Python
-
Updated
Aug 16, 2021 - C#
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
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
-
Updated
Aug 7, 2021 - Java
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
-
Updated
Aug 8, 2021 - PHP
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.
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
Aug 6, 2021 - Rust
python
circleci
travis-ci
ci
pypi
build-automation
wheel
appveyor
python-wheels
azure-pipelines
github-actions
-
Updated
Aug 16, 2021 - 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
Jul 21, 2021 - Python
Source code for the Manning book "Gradle in Action"
-
Updated
Aug 13, 2019 - Java
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
Build Automation in PowerShell
-
Updated
Aug 14, 2021 - PowerShell
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
Mar 4, 2021 - Objective-C
gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
-
Updated
Jun 28, 2021 - 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
Aug 14, 2021 - Makefile
A build automation tool for Docker applications
-
Updated
May 6, 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
Aug 9, 2021 - Makefile
Automated Unreal Engine 4 Project Builds
-
Updated
Sep 29, 2017 - Batchfile
A tool to make Windows builds reproducible.
-
Updated
Oct 2, 2019 - C
An Electrifying Build System
shell
automation
builder
build
tool
makefile
scripts
build-automation
project
build-tool
make
zeus
gnumake
-
Updated
Feb 18, 2021 - Go
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."
Some UDCs (or even targets) could benefit from strictly required ARGs - ARGs that must be passed in, in order for the command (or target) to work.
This helps eliminate cases where the user is chasing their tail trying to figure out what's wrong when an ARG is unexpectedly set to
""
when declared asARG something
and no value is provided on the call itself.Sytanx suggestion: