Skip to content
Snippets Groups Projects
Commit c6be2969 authored by calrama's avatar calrama
Browse files

Fix ci/cd

parent 4a9d8bb8
No related branches found
No related tags found
No related merge requests found
Pipeline #18645 passed
Pipeline: biotracker

#18646

    ...@@ -42,7 +42,7 @@ build ubuntu-18.04: ...@@ -42,7 +42,7 @@ build ubuntu-18.04:
    <<: [ *gcc8, *release ] <<: [ *gcc8, *release ]
    before_script: before_script:
    - ./.gitlab-ci.py prepare - ./.gitlab-ci.py prepare
    --dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package ubuntu-18.04' --dependency biotracker-interfaces bioroboticslab/biotracker/interfaces master 'package ubuntu-18.04'
    build windows-1809: build windows-1809:
    extends: .windows-1809 extends: .windows-1809
    ...@@ -51,7 +51,7 @@ build windows-1809: ...@@ -51,7 +51,7 @@ build windows-1809:
    <<: [ *msvc15_9, *release ] <<: [ *msvc15_9, *release ]
    before_script: before_script:
    - ./.gitlab-ci.py prepare - ./.gitlab-ci.py prepare
    --dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package windows-1809' --dependency biotracker-interfaces bioroboticslab/biotracker/interfaces master 'package windows-1809'
    build windows-1809[debug]: build windows-1809[debug]:
    extends: .windows-1809 extends: .windows-1809
    ...@@ -60,7 +60,7 @@ build windows-1809[debug]: ...@@ -60,7 +60,7 @@ build windows-1809[debug]:
    <<: [ *msvc15_9, *debug ] <<: [ *msvc15_9, *debug ]
    before_script: before_script:
    - ./.gitlab-ci.py prepare - ./.gitlab-ci.py prepare
    --dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package windows-1809[debug]' --dependency biotracker-interfaces bioroboticslab/biotracker/interfaces master 'package windows-1809[debug]'
    .package: &package .package: &package
    ...@@ -90,7 +90,7 @@ package windows-1809[debug]: ...@@ -90,7 +90,7 @@ package windows-1809[debug]:
    <<: *package <<: *package
    trigger robofish/robo_control: trigger biotracker/biotracker:
    stage: deploy stage: deploy
    trigger: trigger:
    project: bioroboticslab/biotracker/biotracker project: bioroboticslab/biotracker/biotracker
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment