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

WIP: pipeline

parent c7b84d36
Branches
No related tags found
No related merge requests found
Pipeline #9849 failed
......@@ -16,7 +16,7 @@ RUN rm -rf .git
# build and run tests
CMD mkdir build && \
cd build && \
conan install .. --profile /libcaosdb/conan.profile \
conan install .. --profile /libcaosdb/conan.profile && \
cmake .. && \
cmake --build . && \
/wait-for-it.sh caosdb-server:10443 -t 500 -- \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment