Skip to content
Snippets Groups Projects
Verified Commit b26dc7f3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent cf9ad131
No related branches found
No related tags found
No related merge requests found
Pipeline #9611 failed
...@@ -7,7 +7,6 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh ...@@ -7,7 +7,6 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
WORKDIR /libcaosdb/ WORKDIR /libcaosdb/
RUN mkdir build RUN mkdir build
WORKDIR /libcaosdb/build WORKDIR /libcaosdb/build
RUN conan install ..
RUN cmake .. RUN cmake ..
RUN cmake --build . RUN cmake --build .
RUN cmake --install . --prefix /usr/local/ RUN cmake --install . --prefix /usr/local/
......
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