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

WIP: pipeline

parent d973e4e9
No related branches found
No related tags found
No related merge requests found
Pipeline #8438 failed
......@@ -21,6 +21,7 @@ RUN apt-get install -y openjdk-11-jdk-headless
# build and run tests
CMD ls -la && \
ls -la /usr/local/lib/ && \
ls -la /usr/local/lib/libcaosdb-$CPPLIB_VERSION && \
mkdir build && \
cd 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.
Finish editing this message first!
Please register or to comment