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