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

WIP: pipeline

parent 9ef69cb9
No related branches found
No related tags found
No related merge requests found
Pipeline #8411 passed
......@@ -12,6 +12,7 @@ RUN cmake --build .
RUN cmake --install . --prefix /usr/local/
WORKDIR /cppinttest/
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... and run tests
ctest
......@@ -172,7 +172,7 @@ test:
- docker logs docker_sqldb_1 &> ../mariadb_log.txt
# shut down
- CAOSDB_TAG=$CAOSDB_TAG docker-compose -f .docker/docker-compose.yml down
- CAOSDB_TAG=$CAOSDB_TAG docker-compose -f docker-compose.yml down
# collect results
- rc=`cat result`
......
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