-
Updated
Jan 27, 2021 - Go
#
build-automation
Here are 539 public repositories matching this topic...
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Jul 31, 2020 - 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
mobile
framework
build-automation
test-runner
load-testing
test-automation
testing-tools
software-quality
software-testing
performance-testing
security-tools
-
Updated
Jan 31, 2021
agbell
commented
Dec 2, 2020
If a typo is made in passing in arguments, earth should be able to let the user know they are passing in an unused arg
Use case
earth --build-arg ELIXIR=1.9.4 --build-arg OPT=20.3.8.26 +test
buildkitd | Found buildkit daemon as docker container (earthly-buildkitd)
h/elixir:1.9.4-erlang-23.1.1-alpine-3.12.0 | --> Load metadata
h/elixir:1.9.4-erlang-23.1.1-alpine-3.12.0 | ERR
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Nov 4, 2020 - Python
Software build automation tool for Python.
-
Updated
Oct 21, 2020 - 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
Jan 4, 2021 - Java
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
-
Updated
Feb 1, 2021 - PHP
-
Updated
Feb 1, 2021 - C#
schettino72
commented
Jun 29, 2019
doit already support Task parameters, but they are not convenient to be used with task-groups.
Example of proposed feature:
from doit import task_param
@task_param({'name':'param1', 'short':'p', 'default':'default value'})
def task_py_params(param1):
for name in ['foo', 'bar']:
yield {
'name': name,
'actions':['echo {}'.format(param1)],
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
Jan 29, 2021 - Rust
Open
Kudu plugin
mzorec
opened
Sep 25, 2018
-
Updated
Feb 1, 2021 - Python
Buildout is a deployment automation tool written in and extended with Python
-
Updated
Jan 23, 2021 - Python
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
Source code for the Manning book "Gradle in Action"
-
Updated
Aug 13, 2019 - Java
A powerful automation tool for quickly and easily generating builds of a game with Unity.
-
Updated
Oct 28, 2020 - C#
Build Automation in PowerShell
-
Updated
Jan 10, 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
Oct 2, 2020 - Objective-C
gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
-
Updated
Jan 20, 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
A build automation tool for Docker applications
-
Updated
Dec 14, 2020 - Go
Port/Package build and test system
-
Updated
Jan 26, 2021 - Makefile
docker
golang
jenkins
dockerfile
circleci
build
travis-ci
makefile
helm
build-automation
build-tool
build-system
helm-charts
docker-images
cicd
codefresh
-
Updated
Feb 1, 2021 - Makefile
A tool to make Windows builds reproducible.
-
Updated
Oct 2, 2019 - C
Automated Unreal Engine 4 Project Builds
-
Updated
Sep 29, 2017 - Batchfile
An Electrifying Build System
shell
automation
builder
build
tool
makefile
scripts
build-automation
project
build-tool
make
zeus
gnumake
-
Updated
Jan 31, 2021 - Go
Helper functions for PowerShell CI/CD scenarios
build
continuous-integration
build-pipelines
powershell
powershell-modules
build-automation
continuous-deployment
appveyor
ci-cd
-
Updated
Dec 18, 2020 - PowerShell
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."


In the same way that we can do:
DotNetCoreBuildDotNetCorePublishetc
Would be good to be able to run
DotNetCoreWatchas a top level task in my Cake Build script.