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

ci: add centos-7 build

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