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

WIP: pipeline

parent 519ea689
No related branches found
No related tags found
No related merge requests found
Pipeline #9333 failed
......@@ -9,7 +9,7 @@ RUN mkdir build
WORKDIR /libcaosdb/build
RUN cmake -D INSTALL_DIR_NAME=libcaosdb ..
RUN cmake --build .
RUN cmake --install .
RUN cmake --install . --prefix /usr/local/
COPY . /caosdb-cppinttest
WORKDIR /caosdb-cppinttest
......
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