2
2
3
3
language : cpp
4
4
sudo : required
5
- dist : trusty
6
5
branches :
7
6
only :
8
7
- master
@@ -38,6 +37,7 @@ matrix:
38
37
39
38
# Linux with Clang 3.6, 64-bit Debug, Alsa
40
39
- os : linux
40
+ dist : trusty
41
41
compiler : clang
42
42
addons :
43
43
apt :
@@ -47,36 +47,27 @@ matrix:
47
47
48
48
# Linux with Clang 3.6, 64-bit Release, Jack
49
49
- os : linux
50
+ dist : trusty
50
51
compiler : clang
51
52
addons :
52
53
apt :
53
- sources : ['llvm-toolchain-precise-3.8', ' ubuntu-toolchain-r-test']
54
+ sources : ['ubuntu-toolchain-r-test']
54
55
packages : ['clang-3.8', 'g++-5', 'valgrind', 'portaudio19-dev']
55
56
env : COMPILER=clang++-3.8 WORDSIZE=64 CONFIGURATION=Release AUDIO=Jack
56
57
57
58
# Linux with Clang 5.0, 64-bit Debug, Alsa
58
59
- os : linux
60
+ dist : bionic
59
61
compiler : clang
60
62
addons :
61
63
apt :
62
- sources : ['llvm-toolchain-trusty-5.0', ' ubuntu-toolchain-r-test']
64
+ sources : ['ubuntu-toolchain-r-test']
63
65
packages : ['clang-5.0', 'g++-5', 'valgrind', 'portaudio19-dev']
64
66
env : COMPILER=clang++-5.0 WORDSIZE=64 CONFIGURATION=Debug AUDIO=Alsa
65
67
66
- # Linux with GCC 5.x, 32-bit Release
67
- # - os: linux
68
- # compiler: gcc
69
- # addons:
70
- # apt:
71
- # sources: ['ubuntu-toolchain-r-test']
72
- # packages: ['g++-5', 'g++-5-multilib', 'linux-libc-dev:i386', 'valgrind:i386',
73
- # 'libxext-dev:i386', 'libglapi-mesa:i386',
74
- # 'libgl1-mesa-glx:i386', 'libgl1-mesa-dev:i386',
75
- # 'portaudio19-dev:i386', 'libglib2.0-0:i386']
76
- # env: COMPILER=g++-5 WORDSIZE=32 CONFIGURATION=Release
77
-
78
68
# Linux with GCC 5.x, 64-bit Release, Alsa
79
69
- os : linux
70
+ dist : bionic
80
71
compiler : gcc
81
72
addons :
82
73
apt :
@@ -86,6 +77,7 @@ matrix:
86
77
87
78
# Linux with GCC 6.x, 64-bit Release, Alsa
88
79
- os : linux
80
+ dist : bionic
89
81
compiler : gcc
90
82
addons :
91
83
apt :
@@ -95,6 +87,7 @@ matrix:
95
87
96
88
# ESP32
97
89
- os : linux
90
+ dist : bionic
98
91
compiler : clang
99
92
addons :
100
93
apt :
@@ -104,6 +97,7 @@ matrix:
104
97
105
98
# Code formatting verification
106
99
- os : linux
100
+ dist : bionic
107
101
compiler : clang
108
102
env : CONFIGURATION=Formatting LLVM_VERSION=6.0
109
103
services :
0 commit comments