1
Fork 0

compile all targets

main
Motiejus Jakštys 2021-08-23 16:32:35 +03:00
parent a000e0c482
commit 48800cee35
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ tasks:
make -C undocker coverage.html
- lint: |
make -C undocker -j$(nproc) -O lint
- all: |
make -C undocker -j$(nproc) -O all
artifacts:
- undocker/coverage.html