mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
11c863706e
* Uploads artifacts to S3, bottles on a different workflow
* rip slack notifications
* be more explicit about AWS_S3_CACHE
* Revert "fix build-deps outputting stuff we need to build"
This reverts commit
|
||
---|---|---|
.. | ||
brewkit | ||
build | ||
utils | ||
bottle.ts | ||
build-deps.ts | ||
build.plumbing.ts | ||
build.ts | ||
cache-artifacts.ts | ||
each.ts | ||
fetch-pr-artifacts.ts | ||
fetch.ts | ||
filter.ts | ||
fixup-checksums.ts | ||
inventory.ts | ||
ls-aws-s3.ts | ||
ls.ts | ||
README.md | ||
sort.ts | ||
test.ts | ||
upload-sync.ts | ||
upload.ts |
build all
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.
scripts/ls.ts | xargs scripts/each.ts scripts/test.ts