-
Updated
Dec 28, 2021 - Go
#
build-automation
Here are 567 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
Dec 6, 2021
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
Dec 28, 2021 - C#
Software build automation tool for Python.
-
Updated
Nov 8, 2021 - 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
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
-
Updated
Dec 27, 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.
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
Dec 18, 2021 - Rust
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
-
Updated
Dec 23, 2021 - PHP
python
circleci
travis-ci
ci
pypi
build-automation
wheel
appveyor
python-wheels
azure-pipelines
github-actions
-
Updated
Dec 28, 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
Dec 16, 2021 - Python
Source code for the Manning book "Gradle in Action"
-
Updated
Aug 13, 2019 - Java
Build Automation in PowerShell
-
Updated
Dec 12, 2021 - 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
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
Nov 2, 2021 - Objective-C
gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
-
Updated
Dec 15, 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
Dec 14, 2021 - 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
Dec 23, 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
F-Droid server and build tools.
-
Updated
Dec 25, 2021 - Python
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."
I have an existing Dockerfile that I'd like to use earthly with, but it requires a secret and I don't know how to provide that secret.
Let's say I have the following Dockerfile:
To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENV
I want t