Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.38 KB

goyek demo

go.mod LICENSE Build Status Go Report Card Codecov

Description

This repository demonstrates how goyek can be used in big organizations to reuse common patterns used in build pipelines.

It uses github.com/goyek/workflow which is used as an example reusable, yet customizable, build framework.

demo customizes it so that:

Build

cd build
go run ./build

Using convenient Bash script:

./goyek.sh

Using convenient PowerShell script:

.\goyek.ps1

Example output:

example output