Skip to content
Snippets Groups Projects
Commit e685b3e9 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

Update .gitlab-ci.yml file

parent 3e23f96b
No related branches found
No related tags found
3 merge requests!974bugfix-8996,!873Hotfix 8568,!522[+] Version from version file, proper debian packages arch. Project.yaml dep file added. All submodules to its develop last.
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- prepare
- build
- test
- deploy
variables:
GIT_SUBMODULE_STRATEGY: normal
before_script: ./buildtools/prepare_environment.sh
cellframe-node_amd64:
stage: build
only:
- develop
- master
- /^release.*$/
- /^bugfix.*$/
- /^hotfix.*$/
- /^feature.*$/
- /^support.*$/
cellframe-node_debian_amd64:
tags:
- cellframe-node
script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node buster
cellframe-node_arm64-amrhf:
- ci-polygon
image: ubuntu:20.04
stage: build
only:
- develop
- master
- /^release.*$/
- /^bugfix.*$/
- /^hotfix.*$/
- /^feature.*$/
- /^support.*$/
tags:
- cellframe-node
script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node bullseye
script: ./prod_build/build.sh amd64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment