sha256sum

This commit is contained in:
2021-08-23 16:42:57 +03:00
parent 48800cee35
commit ef583c159f
3 changed files with 15 additions and 7 deletions

View File

@@ -11,8 +11,9 @@ tasks:
- test: |
make -C undocker coverage.html
- lint: |
make -C undocker -j$(nproc) -O lint
- all: |
make -C undocker -j$(nproc) -O all
make -C undocker -O -j$(nproc) lint
- binaries: |
make -C undocker -O -j$(nproc) sha256sum.txt
cat undocker/sha256sum.txt
artifacts:
- undocker/coverage.html