forked from BelledonneCommunications/linphone-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci-tunnel.yml
42 lines (34 loc) · 1.14 KB
/
.gitlab-ci-tunnel.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#################################################
# Base configuration
#################################################
variables:
GIT_SUBMODULE_STRATEGY: recursive
MAKEFILE_JOBS: 5
CCACHE_SIZE: 2G
#Lime X3DH activated by default, if there is a problem, see the default
#build options in CMakeBuilder
#Do not set CMAKE_OPTIONS here as it may be overwritten by child jobs
#################################################
# Platforms to test
#################################################
.job-prepare:
only:
- schedules
except:
variables:
- $FAST_LINUX_TESTS
include:
- '.gitlab-ci-files/job-linux-prepare.yml'
- '.gitlab-ci-files/job-android.yml'
- '.gitlab-ci-files/job-ios.yml'
- '.gitlab-ci-files/job-linux-desktop.yml'
# - '.gitlab-ci-files/job-linux-desktop-archlinux-latest.yml'
- '.gitlab-ci-files/job-linux-desktop-centos7.yml'
# - '.gitlab-ci-files/job-linux-desktop-debian8.yml'
# - '.gitlab-ci-files/job-linux-desktop-debian9.yml'
# - '.gitlab-ci-files/job-linux-desktop-ubuntu-rolling.yml'
- '.gitlab-ci-files/job-macosx.yml'
- '.gitlab-ci-files/job-windows.yml'
stages:
- build
- test