Skip to content

Commit

Permalink
CppInstall: Add make install checks in test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-l-hart committed Aug 12, 2021
1 parent 2a64c04 commit 878b8fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN true && \
cmake .. && \
make && \
ctest && \
make install && \
test -e /usr/local/include/alog/logger.hpp && \
test -e /usr/local/lib/libalog.so && \
test -e /usr/local/include/nlohmann/json.hpp && \
true

## Release Test ################################################################
Expand Down

0 comments on commit 878b8fa

Please sign in to comment.