1
Fork 0

[ci] add a usage step

main
Motiejus Jakštys 2021-09-29 14:38:31 +03:00 committed by Motiejus Jakštys
parent 0ff72b99d9
commit ec62b65ecd
1 changed files with 2 additions and 0 deletions

View File

@ -13,5 +13,7 @@ tasks:
make -C undocker coverage.html
- lint: |
make -C undocker -O -j$(nproc) lint
- usage: |
./undocker/undocker |& tee /dev/stderr | grep -q "Built with "
artifacts:
- undocker/coverage.html