Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 666 Bytes

File metadata and controls

17 lines (9 loc) · 666 Bytes

Replace Build Instructions with a workflow

This shows how we can replace or supplement build instructions in readme.md with build "source code" AKA github actions workflow.

kevlin

"Code is the Ultimate Specification Document" - Kevlin Henney

Converting README.md to a workflow

Note the advanced build instructions in The Battlesnake Readme

Let's replace this with a workflow in Battlesnake-cpp

We can prove the build instructions are correct on the chosen platform because building and testing on fresh VM succeeds.