aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/eowyn.sh
AgeCommit message (Collapse)Author
2023-04-25Version number added.Chris Boesch
2023-04-25Added a loop for the formatting test, so we can see where errors happen.Chris Boesch
2023-04-25eowyn.sh: set the -e optionManlio Perillo
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 Perillo
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 Perillo
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 Gauer
eowyn.sh has changed, conflict resolved
2021-03-12Patch/test scripts now run from project rootDave Gauer
This simplifies everything and makes everything good. (Shell scripts need to be as simple as possible for maximum compatibility.)
2021-03-06remove realpathMatt Knight
2021-03-06need to change shebang to bash because we're using bashismsMatt Knight
2021-03-06added set -eMatt Knight
2021-03-06POSIX shell fixesDave Gauer
2021-03-01patches: make interpreter compat and make work if not in PATHjacob gw
2021-02-14Patches to patches to clean up patchesDave Gauer
2021-02-14Added testing abilityDave Gauer
For the full details, see patches/README.md :-)