Skip to content
Snippets Groups Projects
Commit cefe9ce8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

docker: add meson for CI

Change-Id: I1e8e88f993d8fa66224ea1bcd48d6e9fbcb39d5e
parent ee1b80d9
No related branches found
No related tags found
No related merge requests found
......@@ -68,13 +68,18 @@ RUN add-apt-repository universe && \
libsecp256k1-dev \
libasio-dev \
libexpat1 libexpat1-dev \
lcov gcovr
lcov gcovr \
ninja-build
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 50
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 50
RUN ls -la /usr/include/c++/8/charconv
RUN apt-get install -y python3 python3-pip python3-setuptools \
python3-wheel
RUN pip3 install meson
# Tests framework
RUN apt-get install -y -o Acquire::Retries=10 \
libcppunit-dev \
......
......@@ -72,7 +72,12 @@ RUN add-apt-repository universe && \
libsecp256k1-dev \
libasio-dev \
libexpat1 libexpat1-dev \
lcov gcovr
lcov gcovr \
ninja-build
RUN apt-get install -y python3 python3-pip python3-setuptools \
python3-wheel
RUN pip3 install meson
RUN ls -la /usr/include/c++/8/charconv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment