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

WIP: pipline

parent 92648cea
No related branches found
No related tags found
No related merge requests found
Pipeline #9334 failed
...@@ -7,7 +7,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh ...@@ -7,7 +7,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
WORKDIR /libcaosdb/ WORKDIR /libcaosdb/
RUN mkdir build RUN mkdir build
WORKDIR /libcaosdb/build WORKDIR /libcaosdb/build
RUN cmake -D INSTALL_DIR_NAME=libcaosdb .. RUN cmake -D ..
RUN cmake --build . RUN cmake --build .
RUN cmake --install . --prefix /usr/local/ RUN cmake --install . --prefix /usr/local/
......
...@@ -75,7 +75,8 @@ build-testenv: ...@@ -75,7 +75,8 @@ build-testenv:
only: only:
- schedules - schedules
- web - web
- triggers - changes:
- .docker/*
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - 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