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

WIP: pipeline

parent 13d6f596
Branches
Tags
No related merge requests found
Pipeline #8437 failed
...@@ -24,6 +24,6 @@ CMD ls -la && \ ...@@ -24,6 +24,6 @@ CMD ls -la && \
mkdir build && \ mkdir build && \
cd build && \ cd build && \
/wait-for-it.sh caosdb-server:10443 -t 500 -- \ /wait-for-it.sh caosdb-server:10443 -t 500 -- \
cmake -D CMAKE_PREFIX_PATH=/usr/local/lib/libcaosdb-${CPPLIB_VERSION} .. && \ cmake -D CMAKE_PREFIX_PATH=/usr/local/lib/libcaosdb-$CPPLIB_VERSION .. && \
cmake --build . && \ cmake --build . && \
ctest ctest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment