Skip to content

Commit

Permalink
Add check_reflect.py to Dockerfile steemit#388
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Sep 13, 2016
1 parent cd25282 commit 025cdbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ RUN \
./tests/chain_test && \
rm -rf /usr/local/src/steemtest

RUN \
cd /usr/local/src/steem && \
doxygen && \
programs/build_helpers/check_reflect.py

RUN \
cd /usr/local/src/steem && \
cmake \
Expand Down

0 comments on commit 025cdbe

Please sign in to comment.