Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-sdk
Commits
000cd70c
Commit
000cd70c
authored
2 years ago
by
Ghislain MARY
Committed by
Ghislain MARY
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Restore nightly rules for yocto
parent
fbcb89a4
tests/build_windows_ansible
fix/add_debug_logs
fix/audio_codec_debug
fix/build-without-glu-header-file
fix/flexi_api
fix/ios_builds_5_2
fix/keep_centos7_build_only_5_2
fix/video_refused
release/5.2
test/5.2_workload_temp_shuttle_monster_replacement
5.2.114
5.2.113
5.2.112
5.2.111
5.2.110
5.2.109
5.2.108
5.2.107
5.2.106
5.2.105
5.2.104
5.2.103
5.2.102
5.2.101
5.2.100
5.2.99
5.2.98
5.2.97
5.2.96
5.2.95
5.2.94
5.2.93
5.2.92
5.2.91
5.2.90
5.2.89
5.2.88
5.2.87
5.2.86
5.2.85
5.2.84
5.2.83
5.2.82
5.2.81
5.2.80
5.2.79
5.2.78
5.2.77
5.2.76
5.2.75
5.2.74
5.2.73
5.2.72
5.2.71
5.2.70
5.2.69
5.2.68
5.2.67
5.2.66
5.2.65
5.2.64
5.2.63
1 merge request
!3567
Add build for Yocto Kirkstone.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci-files/yocto-qemuarm64.yml
+2
-2
.gitlab-ci-files/yocto-qemuarm64.yml
.gitlab-ci-files/yocto-qemux86-64.yml
+4
-3
.gitlab-ci-files/yocto-qemux86-64.yml
.gitlab-ci-files/yocto-raspberrypi3.yml
+2
-2
.gitlab-ci-files/yocto-raspberrypi3.yml
with
8 additions
and
7 deletions
.gitlab-ci-files/yocto-qemuarm64.yml
+
2
−
2
View file @
000cd70c
...
...
@@ -2,8 +2,8 @@ debian11-yocto-qemuarm64:
stage
:
build
tags
:
[
"
docker-debian11-yocto"
]
image
:
gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-yocto:kirkstone-qemuarm64
#
rules:
#
- if: $NIGHTLY_MASTER
rules
:
-
if
:
$NIGHTLY_MASTER
script
:
-
export WORKSPACE_PATH="$CI_PROJECT_DIR"
# Update to latest version of meta-bc for current branch (see docker file from meta-bc)
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci-files/yocto-qemux86-64.yml
+
4
−
3
View file @
000cd70c
...
...
@@ -2,8 +2,8 @@ debian11-yocto-qemux86-64:
stage
:
build
tags
:
[
"
docker-debian11-yocto"
]
image
:
gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-yocto:kirkstone-qemux86-64
#
rules:
#
- if: $NIGHTLY_MASTER
rules
:
-
if
:
$NIGHTLY_MASTER
script
:
-
export WORKSPACE_PATH="$CI_PROJECT_DIR"
# Update to latest version of meta-bc for current branch (see docker file from meta-bc)
...
...
@@ -28,7 +28,8 @@ debian11-yocto-qemux86-64:
-
echo $LATEST_REVISIONS
-
source oe-init-build-env
-
bitbake core-image-sato 2>&1 | tee ${CI_PROJECT_DIR}/bitbake_build_error.log
-
bitbake core-image-sato -c testimage 2>&1 | tee ${CI_PROJECT_DIR}/bitbake_test_error.log
# Uncomment following line to activate run of liblinphone_tester
#- bitbake core-image-sato -c testimage 2>&1 | tee ${CI_PROJECT_DIR}/bitbake_test_error.log
# Get build logs from linphone-sdk
-
tar cvzf ${CI_PROJECT_DIR}/bitbake_linphonesdk_logs.tgz `bitbake -e linphone-sdk | grep ^T= |cut -d'"' -f 2`
-
tar cvzf ${CI_PROJECT_DIR}/bitbake_image_logs.tgz `bitbake -e core-image-sato | grep ^T= |cut -d'"' -f 2`
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci-files/yocto-raspberrypi3.yml
+
2
−
2
View file @
000cd70c
...
...
@@ -2,8 +2,8 @@ debian11-yocto-raspberrypi3:
stage
:
build
tags
:
[
"
docker-debian11-yocto"
]
image
:
gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-yocto:kirkstone-raspberrypi3
#
rules:
#
- if: $NIGHTLY_MASTER
rules
:
-
if
:
$NIGHTLY_MASTER
script
:
-
export WORKSPACE_PATH="$CI_PROJECT_DIR"
# Update to latest version of meta-bc for current branch (see docker file from meta-bc)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets