Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
24
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
e685b3e9
Commit
e685b3e9
authored
2 years ago
by
Dmitry Puzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
3e23f96b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
,
!522
[+] Version from version file, proper debian packages arch. Project.yaml dep file added. All submodules to its develop last.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-32
10 additions, 32 deletions
.gitlab-ci.yml
with
10 additions
and
32 deletions
.gitlab-ci.yml
+
10
−
32
View file @
e685b3e9
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment