commit 48800cee3530ed297b3f35c8877976e604f0b08e (tree) parent a000e0c482d90a798e253b270451802e68a98cf4 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Mon, 23 Aug 2021 16:32:35 +0300 compile all targets Diffstat:
| M | .build.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -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