mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
55eb7dc5e4
Refactor build a bit. This was causing build failure for GHC on linux as the system perl didn't have something autoconf needed. TODO: infuser shouldn't have perl installed!
15 lines
250 B
Markdown
15 lines
250 B
Markdown
# build all
|
|
|
|
```sh
|
|
scripts/ls.ts | xargs scripts/sort.ts | xargs scripts/build.ts
|
|
```
|
|
|
|
# test all
|
|
|
|
`each.ts` reduces output for each input to a concise ✅ or ❌ based on exit
|
|
status.
|
|
|
|
```sh
|
|
scripts/ls.ts | xargs scripts/each.ts scripts/test.ts
|
|
```
|