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

WIP: pipeline

parent 0340d0a9
Branches
Tags
No related merge requests found
Pipeline #9562 failed
......@@ -7,6 +7,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
WORKDIR /libcaosdb/
RUN mkdir build
WORKDIR /libcaosdb/build
RUN conan install ..
RUN cmake ..
RUN cmake --build .
RUN cmake --install . --prefix /usr/local/
......
......@@ -130,6 +130,7 @@ build-test:
- echo $PWD
- mkdir build
- cd build
- conan install ..
- cmake ..
- cmake --build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment