mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Update SDK 4.4 and add devtoolset-8 for centos7
This commit is contained in:
parent
8e1c7e83e5
commit
5a6c7b08f5
2 changed files with 6 additions and 1 deletions
|
|
@ -41,6 +41,9 @@ job-centos7-ninja-gcc:
|
|||
CC: gcc
|
||||
CXX: g++
|
||||
extends: .job-linux-desktop
|
||||
before_script:
|
||||
- source /opt/rh/devtoolset-8/enable
|
||||
|
||||
|
||||
|
||||
#job-centos7-ninja-clang:
|
||||
|
|
@ -77,6 +80,8 @@ job-centos7-ninja-gcc-package:
|
|||
CC: gcc
|
||||
CXX: g++
|
||||
extends: .job-linux-desktop
|
||||
before_script:
|
||||
- source /opt/rh/devtoolset-8/enable
|
||||
script:
|
||||
- echo "$GPG_SIGNING_PUB" > file.key && sed -i 's/\r /\n/g' file.key && chmod 600 file.key
|
||||
- gpg --import file.key
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 207433fffa0f4616e3b22371c3004a9debb325c2
|
||||
Subproject commit 75277202452c3af9b61f3c1e238e9d7c1bb72473
|
||||
Loading…
Add table
Reference in a new issue