mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Add ubuntu for CI.
This commit is contained in:
parent
473f893d8d
commit
406d194762
2 changed files with 47 additions and 1 deletions
|
|
@ -90,6 +90,52 @@ job-debian9-ninja-clang:
|
|||
extends: .job-linux-desktop
|
||||
|
||||
|
||||
job-ubuntu-rolling-makefile-gcc:
|
||||
|
||||
tags: [ "docker-ubuntu-rolling" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-ubuntu:rolling
|
||||
variables:
|
||||
CMAKE_GENERATOR: Unix Makefiles
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
ADDITIONAL_BUILD_OPTIONS: -j$MAKEFILE_JOBS
|
||||
extends: .scheduled-job-linux-desktop
|
||||
|
||||
|
||||
job-ubuntu-rolling-makefile-clang:
|
||||
|
||||
tags: [ "docker-ubuntu-rolling" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-ubuntu:rolling
|
||||
variables:
|
||||
CMAKE_GENERATOR: Unix Makefiles
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
ADDITIONAL_BUILD_OPTIONS: -j$MAKEFILE_JOBS
|
||||
extends: .scheduled-job-linux-desktop
|
||||
|
||||
|
||||
job-ubuntu-rolling-ninja-gcc:
|
||||
|
||||
tags: [ "docker-ubuntu-rolling" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-ubuntu:rolling
|
||||
variables:
|
||||
CMAKE_GENERATOR: Ninja
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
extends: .job-linux-desktop
|
||||
|
||||
|
||||
job-ubuntu-rolling-ninja-clang:
|
||||
|
||||
tags: [ "docker-ubuntu-rolling" ]
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-ubuntu:rolling
|
||||
variables:
|
||||
CMAKE_GENERATOR: Ninja
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
extends: .job-linux-desktop
|
||||
|
||||
|
||||
.job-macosx:
|
||||
|
||||
tags: [ "macosx" ]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d05e455c7008402600957a24b6e5f3990fbf5c2b
|
||||
Subproject commit aed01272d798738407b932a94b711974c6f82dd2
|
||||
Loading…
Add table
Reference in a new issue