Skip to content

pellared/go-build-pipeline-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Build Pipeline Demo

Demo

Presentation.

This repository demonstrates a very basic build pipeline for a Go project created in:

Build Pipeline

The build pipeline, called all, consists of the following steps:

clean

Removes files created during the build. It logs which files are removed and which files failed to be removed.

fmt

Simply runs go fmt ./.... This target is imported as it can be reused by multiple projects.

test

Runs tests and generates code coverage even if any test fails.

About

Compare Make, Mage and taskflow

Resources

Stars

Watchers

Forks