Skip to content
Snippets Groups Projects
Commit 8b2f7382 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Re-add conan install to Dockerfile

parent 5fec463b
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55344 canceled
......@@ -28,5 +28,5 @@ RUN git rev-parse HEAD > libcaosdb_commit
RUN rm -rf .git
# build dependencies
#RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Debug
#RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Release
RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Debug
RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Release
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