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

WIP: pipeline

parent 237b871b
Branches
Tags
No related merge requests found
Pipeline #8422 passed
......@@ -11,7 +11,10 @@ RUN cmake ..
RUN cmake --build .
RUN cmake --install . --prefix /usr/local/
WORKDIR /
COPY . /caosdb-cppinttest
WORKDIR /caosdb-cppinttest
RUN rm -rf .git
CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... and run tests
ctest
......@@ -111,6 +111,7 @@ build-test:
tags: [ docker ]
stage: build
script:
- echo $PWD
- mkdir build
- cd build
- cmake -D CMAKE_PREFIX_PATH=/usr/local/lib/libcaosdb-${CPPLIB_VERSION} ..
......@@ -138,6 +139,7 @@ test:
- job: cert
artifacts: true
script:
- echo $PWD
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment