add basic conan example with tests

This commit is contained in:
Thom Troy
2019-04-06 21:54:32 +01:00
parent 7ddc2991c5
commit 787fe64ab8
10 changed files with 406 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ RUN apt-get update && apt-get install -y build-essential \
ninja-build \
wget \
git \
python3 \
python3-pip \
&& pip3 install conan \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View File

@@ -13,6 +13,9 @@ RUN apt-get update && apt-get install -y build-essential \
ninja-build \
wget \
git \
python3 \
python3-pip \
&& pip3 install conan \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*