mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-06 19:52:29 +00:00
425216d9ec
Also: use `find_package` to find gtest. This fixes the coverage build to include unit tests.
6 lines
230 B
Docker
6 lines
230 B
Docker
# vim:ft=dockerfile
|
|
FROM toxchat/c-toxcore:coverage AS build
|
|
FROM nginx:alpine
|
|
COPY --from=build /work/_build/html/coverage_details.html /usr/share/nginx/html/index.html
|
|
COPY --from=build /work/_build/html/ /usr/share/nginx/html/
|