Actually run tests

BoostTestTargets is somewhat strange and seems to just not build or run tests
at all when the libboost-test-dev package is missing.
This commit is contained in:
Julian Brost 2022-02-22 14:45:16 +01:00
parent af0e453a08
commit 3e1d83bebc

View File

@ -30,7 +30,7 @@ ADD action-base.list /etc/apt/sources.list.d/misc.list
RUN apt-get update ;\
apt-get install --no-install-{recommends,suggests} -y \
bison cmake docker-ce-cli flex g++ git \
libboost{,-{context,coroutine,date-time,filesystem,program-options,regex,system,thread}}1.74-dev \
libboost{,-{context,coroutine,date-time,filesystem,program-options,regex,system,test,thread}}1.74-dev \
libedit-dev libmariadb-dev libpq-dev libssl-dev make nodejs ;\
apt-get install --no-install-{recommends,suggests} -y ccache ;\
apt-get clean ;\