mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 07:30:53 +02:00
add docker ci/cd
This commit is contained in:
parent
11319c5e0b
commit
4b6cac32a6
4 changed files with 158 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ RUN set -eux; \
|
|||
apt-get install -y --no-install-recommends \
|
||||
cmake \
|
||||
ninja-build \
|
||||
# build with Boost as system lib - this should be orders of magnitude faster to configure than
|
||||
# configure/build with Boost as system lib - this should be orders of magnitude faster to configure than
|
||||
# downloading via CPM.cmake while Boost's CMake support is still experimental
|
||||
libboost-all-dev \
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue