cmake(docker): Add output log when tests failed

This commit is contained in:
Mizux Seiha
2020-10-07 18:17:27 +02:00
parent fee3fbe3ab
commit 8d46746ca0
28 changed files with 28 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ RUN cmake --build build --target all -v
RUN cmake --build build --target install
FROM build AS test
RUN cmake --build build --target test
RUN CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test
FROM env AS install_env
COPY --from=build /usr/local /usr/local/