diff options
| author | Manlio Perillo <[email protected]> | 2023-05-13 13:58:12 +0200 |
|---|---|---|
| committer | Manlio Perillo <[email protected]> | 2023-05-14 17:22:03 +0200 |
| commit | dc2539ec4e9435c9c5dec793ca1e5abcd8cd3014 (patch) | |
| tree | 65dddf8aecdb6e52c59642206deb91efa580de4c /ci | |
| parent | ede6671c27d7ede149bed0f0b8519abf2bc94a18 (diff) | |
| download | ziglings-dc2539ec4e9435c9c5dec793ca1e5abcd8cd3014.tar.xz ziglings-dc2539ec4e9435c9c5dec793ca1e5abcd8cd3014.zip | |
build: simplify the named build mode
Remove the following steps, since they are rarely (if never) used and
only increase the complexity of the `build.zig` file:
- install step (zig build -Dn=n install)
- test step (zig build -Dn=n test)
- start step (zig build -Dn=n start)
The only remaining step is the default zigling step (zig build -Dn=n),
where the user can choose the exercise to solve.
Update the tests. Additionally, update CheckNamedStep and CheckStep so
that they can share the same functions.
Closes #299
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions
