-
Updated
Aug 27, 2020 - Go
#
build-automation
Here are 512 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
Jul 12, 2020
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Aug 7, 2020 - Python
Software build automation tool for Python.
-
Updated
Aug 26, 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
Aug 7, 2020 - Java
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
-
Updated
Aug 19, 2020 - PHP
The AKEless Build System for C#/.NET
-
Updated
Aug 28, 2020 - 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)],
cirego
commented
May 11, 2020
If I do the following in my build.earth
file:
ENV ${CODE_SRC}=/go/src/<project>
protobuf:
COPY --dir api ${CODE_SRC}/backend
Then running earth +protobuf
results in the files being copied into /backend
:
+protobuf | --> COPY [api] /backend
I have worked around this by specifying the full path in the copy command:
ENV ${CODE_SRC}=/go/src/<project>
pro
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 27, 2020 - Rust
Open
Kudu plugin
mzorec
opened
Sep 25, 2018
Buildout is a deployment automation tool written in and extended with Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Aug 28, 2020 - 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
Nov 13, 2019 - C#
gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
-
Updated
Jul 29, 2020 - Groovy
Unofficial automated OpenCore build, triggers every 8 hours. 非官方自动化 OpenCore 编译,每 8 小时刷新一次。
-
Updated
Aug 27, 2020
Build Automation in PowerShell
-
Updated
Aug 18, 2020 - 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 -
-
Updated
Aug 10, 2020 - Objective-C
Simple PowerShell based deployments
build
continuous-delivery
build-pipelines
powershell
powershell-modules
build-automation
continuous-deployment
ci-cd
-
Updated
Jun 28, 2020 - PowerShell
A build automation tool for Docker applications
-
Updated
Aug 8, 2020 - Go
Port/Package build and test system
-
Updated
Aug 22, 2020 - Makefile
A tool to make Windows builds reproducible.
-
Updated
Oct 2, 2019 - C
docker
golang
jenkins
dockerfile
circleci
build
travis-ci
makefile
helm
build-automation
build-tool
build-system
helm-charts
docker-images
cicd
codefresh
-
Updated
Aug 28, 2020 - Makefile
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
Apr 23, 2020 - 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."
Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.