mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-07 18:31:40 +01:00
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:
parent
af0e453a08
commit
3e1d83bebc
@ -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 ;\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user