now runs tests!
This commit is contained in:
20
Dockerfile
20
Dockerfile
@@ -65,6 +65,24 @@ RUN \
|
||||
cd /usr/local/src/steem && \
|
||||
git checkout $STEEMD_REV && \
|
||||
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 && \
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLOW_MEMORY_NODE=ON \
|
||||
@@ -74,8 +92,6 @@ RUN \
|
||||
make install && \
|
||||
rm -rf /usr/local/src/steem
|
||||
|
||||
# FIXME run steemd tests as part of build
|
||||
|
||||
RUN \
|
||||
apt-get remove -y \
|
||||
automake \
|
||||
|
||||
Reference in New Issue
Block a user