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

WIP: pipeline

parent 15a92fb2
No related branches found
No related tags found
No related merge requests found
Pipeline #8420 passed
......@@ -12,7 +12,6 @@ RUN cmake --build .
RUN cmake --install . --prefix /usr/local/
WORKDIR /cppinttest/
CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... and run tests
ctest
......@@ -159,6 +159,7 @@ test:
# load any(!!!) mariab image
- cd .docker
- ls -la
- ls -la cert
# here the server and the mysql backend docker are being started
- echo "$CAOSDB_TAG"
......
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