From ac9048cefa2e51026065e2a99a23751876dc6230 Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Sat, 10 Nov 2018 01:08:19 -0200 Subject: [PATCH] Add project examples --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4930aad..c5314d3 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ After adapting the paths and names according to your project needs you will need Others variables are set automatically by the `gitlab-runner`
The included `gitlab-ci.yml` is set to only run the export jobs when you commit a new `git tag`, i suggest not using "." or "," in your tag's name since it messes with Godot's export system and will lead to failed jobs. + +Check other usage examples in these following projects:
+- [`aBARICHELLO/GAMINE`](https://github.com/aBARICHELLO/gamine)
+- [`aBARICHELLO/game-off`](https://github.com/aBARICHELLO/game-off)