aboutsummaryrefslogtreecommitdiff
path: root/patches/eowyn.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05changed the patch files that we can also use them with busybox for testing ↵Chris Boesch1-2/+6
in Woodpecker
2023-10-04added woodpecker integrationChris Boesch1-1/+1
2023-04-29eowyn.sh: remove checking formatting one file at a timeManlio Perillo1-6/+1
This avoids unnecessary output. Also remove the comment, since the message to stdout makes it unnecessary.
2023-04-25Version number added.Chris Boesch1-0/+3
2023-04-25Added a loop for the formatting test, so we can see where errors happen.Chris Boesch1-1/+6
2023-04-25eowyn.sh: set the -e optionManlio Perillo1-1/+2
Currently, `zig fmt` exit status is ignored, making it useless. Ensure that the script terminates early if there is an error. Print a message to stdout before executing `zig fmt`, in order to make the possible error more visible.
2023-04-25eowyn: always quote variablesManlio Perillo1-7/+6
Quote all the variables, even though we know that it is safe. Fix coding style.
2023-04-18eowyn: run `zig fmt --check` before `zig build`Manlio Perillo1-0/+3
Update the eowyn.sh script to check the healed exercises formatting, before running `zig build`.
2021-03-12Merge branch 'ci' of https://github.com/mattnite/ziglings into mattnite-ciDave Gauer1-1/+1
eowyn.sh has changed, conflict resolved
2021-03-12Patch/test scripts now run from project rootDave Gauer1-11/+11
This simplifies everything and makes everything good. (Shell scripts need to be as simple as possible for maximum compatibility.)
2021-03-06remove realpathMatt Knight1-1/+1
2021-03-06need to change shebang to bash because we're using bashismsMatt Knight1-3/+1
2021-03-06added set -eMatt Knight1-0/+2
2021-03-06POSIX shell fixesDave Gauer1-3/+2
2021-03-01patches: make interpreter compat and make work if not in PATHjacob gw1-2/+2
2021-02-14Patches to patches to clean up patchesDave Gauer1-3/+5
2021-02-14Added testing abilityDave Gauer1-0/+45
For the full details, see patches/README.md :-)