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

WIP: pipeline

parent 0d4476ab
Branches
Tags
No related merge requests found
Pipeline #8231 passed
Pipeline: caosdb-cppinttest

#8232

    ...@@ -38,4 +38,4 @@ RUN cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \ ...@@ -38,4 +38,4 @@ RUN cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
    RUN make -j RUN make -j
    RUN make install RUN make install
    # TODO build stuff RUN apt-get install -y curl
    ...@@ -71,7 +71,7 @@ test: ...@@ -71,7 +71,7 @@ test:
    # trigger the integration tests # trigger the integration tests
    trigger_inttest: trigger_inttest:
    tags: [ docker ] tags: [ docker ]
    stage: setup stage: deploy
    script: script:
    - CPPINT_REF=main - CPPINT_REF=main
    - TRIGGERED_BY_REPO=${TRIGGERED_BY_REPO:-CPPLIB} - TRIGGERED_BY_REPO=${TRIGGERED_BY_REPO:-CPPLIB}
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment