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

WIP: pipeline

parent 0340d0a9
No related branches found
No related tags found
No related merge requests found
Pipeline #9562 failed
...@@ -7,6 +7,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh ...@@ -7,6 +7,7 @@ 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/
......
...@@ -130,6 +130,7 @@ build-test: ...@@ -130,6 +130,7 @@ build-test:
- echo $PWD - echo $PWD
- mkdir build - mkdir build
- cd build - cd build
- conan install ..
- cmake .. - cmake ..
- cmake --build . - cmake --build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment