From ebc63721c74f3dfe5d6385331ca9607129e12a02 Mon Sep 17 00:00:00 2001 From: soypat Date: Thu, 3 Sep 2026 06:44:14 -0700 Subject: [PATCH] whoops, forgot memci.json to gitignore --- .github/workflows/memci.json | 7 +++++++ .gitignore | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .github/workflows/memci.json diff --git a/.github/workflows/memci.json b/.github/workflows/memci.json new file mode 100644 index 0000000..d265fe6 --- /dev/null +++ b/.github/workflows/memci.json @@ -0,0 +1,7 @@ +[ + { + "name":"Stack MWE", + "build":"go build -o=mwe.elf ./examples/min-working-example", + "elf":"mwe.elf" + } +] \ No newline at end of file diff --git a/.gitignore b/.gitignore index cec7615..7a8964d 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,6 @@ local # If running a python script. */__pycache__/* + +# memci targets +!.github/workflows/memci.json \ No newline at end of file