Skip to content

Commit

Permalink
Merge pull request steemit#488 from steemit/sneak/remove-tests-from-p…
Browse files Browse the repository at this point in the history
…rod-build

does not run tests as part of main docker build
  • Loading branch information
Michael Vandeberg authored Oct 13, 2016
2 parents f786147 + 389175e commit 7398db2
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,6 @@ ADD . /usr/local/src/steem
RUN \
cd /usr/local/src/steem && \
git submodule update --init --recursive && \
rsync -a \
/usr/local/src/steem/ \
/usr/local/src/steemtest/

RUN \
cd /usr/local/src/steemtest && \
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_STEEM_TESTNET=On \
-DLOW_MEMORY_NODE=ON \
. \
&& \
make -j$(nproc) chain_test && \
./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 && \
mkdir build && \
cd build && \
cmake \
Expand Down

0 comments on commit 7398db2

Please sign in to comment.