pantry/scripts/build-all.sh
Max Howell ac5c6ceff3 add more pkg tests (#102)
* more-tests pt.1

* useCellar() is overkill here.

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2022-08-31 15:45:04 -04:00

15 lines
205 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
d="$(cd "$(dirname "$0")" && pwd)"
all=$($d/ls.ts | xargs $d/sort.ts)
for x in $all
do
$d/build.ts $x
$d/test.ts $x --magic #FIXME be precise
done
# $d/bottle.ts $all