8 |
|
|
9 |
matrix: |
matrix: |
10 |
include: |
include: |
|
- name: "amd64 - Bionic - gcc" |
|
|
os: linux |
|
|
dist: bionic |
|
|
compiler: gcc |
|
|
arch: amd64 |
|
|
- name: "amd64 - Bionic - clang" |
|
|
os: linux |
|
|
dist: bionic |
|
|
compiler: clang |
|
|
arch: amd64 |
|
|
- name: "arm64 - Bionic - gcc" |
|
|
os: linux |
|
|
dist: bionic |
|
|
compiler: gcc |
|
|
arch: arm64 |
|
|
- name: "ppc64le - Bionic - gcc" |
|
|
os: linux |
|
|
dist: bionic |
|
|
compiler: gcc |
|
|
arch: ppc64le |
|
|
- name: "s390x - Bionic - gcc" |
|
|
os: linux |
|
|
dist: bionic |
|
|
compiler: gcc |
|
|
arch: s390x |
|
11 |
- name: "amd64 - Focal - gcc" |
- name: "amd64 - Focal - gcc" |
12 |
os: linux |
os: linux |
13 |
dist: focal |
dist: focal |
14 |
compiler: gcc |
compiler: gcc |
15 |
arch: amd64 |
arch: amd64 |
16 |
- name: "amd64 - Focal - clang" |
- name: "amd64 - Focal - gcc (coverity)" |
|
os: linux |
|
|
dist: focal |
|
|
compiler: clang |
|
|
arch: amd64 |
|
|
- name: "arm64 - Focal - gcc" |
|
|
os: linux |
|
|
dist: focal |
|
|
compiler: gcc |
|
|
arch: arm64 |
|
|
- name: "arm64-graviton2 - Focal - gcc" |
|
|
os: linux |
|
|
dist: focal |
|
|
compiler: gcc |
|
|
arch: arm64-graviton2 |
|
|
virt: vm |
|
|
group: edge |
|
|
- name: "ppc64le - Focal - gcc" |
|
|
os: linux |
|
|
dist: focal |
|
|
compiler: gcc |
|
|
arch: ppc64le |
|
|
- name: "s390x - Focal - gcc" |
|
|
os: linux |
|
|
dist: focal |
|
|
compiler: gcc |
|
|
arch: s390x |
|
|
- name: "amd64 - High Sierra - xcode11.3/clang" |
|
|
os: osx |
|
|
osx_image: xcode11.3 |
|
|
compiler: clang |
|
|
- name: "Coverity: amd64 - Focal - gcc" |
|
17 |
os: linux |
os: linux |
18 |
dist: focal |
dist: focal |
19 |
compiler: gcc |
compiler: gcc |
39 |
irc: |
irc: |
40 |
channels: |
channels: |
41 |
- "irc.ircd-hybrid.org#ircd-coders" |
- "irc.ircd-hybrid.org#ircd-coders" |
42 |
on_success: change |
on_success: always |
43 |
on_failure: always |
on_failure: always |
44 |
skip_join: true |
skip_join: true |