Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Aug 31, 2020 - Go
{{ message }}
Drone is a Container-Native, Continuous Delivery Platform
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Software build automation tool for 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... :-)
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
The AKEless Build System for C#/.NET
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)],
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.
Buildout is a deployment automation tool written in and extended with Python
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Source code for the Manning book "Gradle in Action"
A powerful automation tool for quickly and easily generating builds of a game with Unity.
Unofficial automated OpenCore build, triggers every 8 hours. 非官方自动化 OpenCore 编译,每 8 小时刷新一次。
gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Build Automation in 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 -
Simple PowerShell based deployments
A build automation tool for Docker applications
Port/Package build and test system
A tool to make Windows builds reproducible.
Automated Unreal Engine 4 Project Builds
An Electrifying Build System
Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.
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.