gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 3827521639a5e5a71a3fc67f9f331a1ab5ee3762 parent 08bc5591e12b98c11c3e6b7d5907f72564893bd6 Author: bbbbbr <reg+github@roughhousing.com> Date: Sat, 28 Aug 2021 19:50:50 -0700 Merge pull request #240 from wujood/develop Add ci/cd section with gbdk github action builder Diffstat:
| M | docs/pages/02_links_and_tools.md | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/docs/pages/02_links_and_tools.md b/docs/pages/02_links_and_tools.md @@ -118,3 +118,11 @@ This is a brief list of useful tools and information. It is not meant to be comp Add line-by-line C source code to the main symbol file in a BGB compatible format. This allows for C source-like debugging in BGB in a limited way. https://gbdev.gg8.se/forums/viewtopic.php?id=710 + +@anchor tools_build_ci_cd +# Continuous Integration and Deployment + - @anchor GBDK_GitHub_Action_Builder + __GBDK GitHub Action Builder__ + A Github Action which provides basic CI/CD for building projects based on GBDK (not for building GBDK itself). + https://github.com/wujood/gbdk-2020-github-builder +
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.