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

WIP: pipeline

parent ebcb08db
Branches
Tags
No related merge requests found
Pipeline #9564 failed
......@@ -21,7 +21,7 @@ RUN apt-get install -y openjdk-11-jdk-headless
# build and run tests
CMD mkdir build && \
cd build && \
cmake .. && \
cmake -D CMAKE_PREFIX_PATH=/usr/local/ .. && \
cmake --build . && \
/wait-for-it.sh caosdb-server:10443 -t 500 -- \
ctest
......@@ -126,11 +126,12 @@ build-test:
image: $CPPINTTEST_REGISTRY_IMAGE
tags: [ docker ]
stage: build
needs: []
script:
- echo $PWD
- mkdir build
- cd build
- cmake ..
- cmake -D CMAKE_PREFIX_PATH=/usr/local/ ..
- cmake --build .
......@@ -216,6 +217,7 @@ test:
cert:
tags: [docker]
stage: build
needs: []
image: $CPPINTTEST_REGISTRY_IMAGE
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment