Skip to content

Commit

Permalink
ci: Adapt CI tests for Blackcoin (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Feb 8, 2024
1 parent 04dc37f commit bb3e9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ bash -c "${BASE_ROOT_DIR}/configure --cache-file=config.cache $BITCOIN_CONFIG_AL

make distdir VERSION="$HOST"

cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
cd "${BASE_BUILD_DIR}/blackcoin-$HOST"

bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)

Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ BITCOIN_CORE_H = \
policy/packages.h \
policy/policy.h \
policy/settings.h \
pos.h \
pow.h \
prevector.h \
primitives/block.h \
Expand Down Expand Up @@ -463,6 +464,7 @@ libbitcoin_node_a_SOURCES = \
shutdown.cpp \
signet.cpp \
timedata.cpp \
timedatadummy.cpp
torcontrol.cpp \
txdb.cpp \
txmempool.cpp \
Expand Down

0 comments on commit bb3e9ff

Please sign in to comment.