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

ci: add centos-7 build

parent 6b8be12d
No related branches found
No related tags found
No related merge requests found
Pipeline #26077 passed
Pipeline: biotracker

#26082

    ...@@ -3,6 +3,9 @@ stages: ...@@ -3,6 +3,9 @@ stages:
    - package - package
    - deploy - deploy
    .centos-7:
    tags: [ linux, docker ]
    image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7
    .ubuntu-18.04: .ubuntu-18.04:
    tags: [ linux, docker ] tags: [ linux, docker ]
    ...@@ -35,6 +38,12 @@ stages: ...@@ -35,6 +38,12 @@ stages:
    expire_in: 1 day expire_in: 1 day
    script: ./.gitlab-ci.py build script: ./.gitlab-ci.py build
    build centos-7:
    extends: .centos-7
    <<: *build
    variables:
    <<: [ *release ]
    build ubuntu-18.04: build ubuntu-18.04:
    extends: .ubuntu-18.04 extends: .ubuntu-18.04
    <<: *build <<: *build
    ...@@ -62,6 +71,12 @@ build windows-1809[debug]: ...@@ -62,6 +71,12 @@ build windows-1809[debug]:
    expire_in: 1 week expire_in: 1 week
    script: ./.gitlab-ci.py package script: ./.gitlab-ci.py package
    package centos-7:
    extends: .centos-7
    dependencies:
    - build centos-7
    <<: *package
    package ubuntu-18.04: package ubuntu-18.04:
    extends: .ubuntu-18.04 extends: .ubuntu-18.04
    dependencies: dependencies:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment