ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/.travis.yml
Revision: 9757
Committed: Sun Nov 29 22:30:10 2020 UTC (3 years, 3 months ago) by michael
File size: 2141 byte(s)
Log Message:
- .travis.yml: add focal; remove trusty/xenial; additional build on AWS Graviton2 

File Contents

# Content
1 # $Id$
2
3 language: c
4
5 env:
6 global:
7 - secure: "Cq1iFAKxQ2S/LUz41BaS00+HdqTZt0hqPVlcmF4uIFRSjRocz+mKoroV2Iidbly8uuokOu5yY+ZRw8Yrjc2w8qKM+qsRHo9KNQGPx/jLe06DI2RuPcT3IxnGrElLDUUs2qJ6drjGCrOEFP2eowMdytqLDJfKW5OGLOFsmoSIwD0="
8
9 matrix:
10 include:
11 - name: "amd64 - Bionic - gcc"
12 os: linux
13 dist: bionic
14 compiler: gcc
15 arch: amd64
16 - name: "amd64 - Bionic - clang"
17 os: linux
18 dist: bionic
19 compiler: clang
20 arch: amd64
21 - name: "arm64 - Bionic - gcc"
22 os: linux
23 dist: bionic
24 compiler: gcc
25 arch: arm64
26 - name: "ppc64le - Bionic - gcc"
27 os: linux
28 dist: bionic
29 compiler: gcc
30 arch: ppc64le
31 - name: "s390x - Bionic - gcc"
32 os: linux
33 dist: bionic
34 compiler: gcc
35 arch: s390x
36 - name: "amd64 - Focal - gcc"
37 os: linux
38 dist: focal
39 compiler: gcc
40 arch: amd64
41 - name: "amd64 - Focal - clang"
42 os: linux
43 dist: focal
44 compiler: clang
45 arch: amd64
46 - name: "arm64 - Focal - gcc"
47 os: linux
48 dist: focal
49 compiler: gcc
50 arch: arm64
51 - name: "arm64-graviton2 - Focal - gcc"
52 os: linux
53 dist: focal
54 compiler: gcc
55 arch: arm64-graviton2
56 virt: vm
57 group: edge
58 - name: "ppc64le - Focal - gcc"
59 os: linux
60 dist: focal
61 compiler: gcc
62 arch: ppc64le
63 - name: "s390x - Focal - gcc"
64 os: linux
65 dist: focal
66 compiler: gcc
67 arch: s390x
68 - name: "amd64 - High Sierra - xcode11.3/clang"
69 os: osx
70 osx_image: xcode11.3
71 compiler: clang
72 - name: "Coverity: amd64 - Focal - gcc"
73 os: linux
74 dist: focal
75 compiler: gcc
76 arch: amd64
77 addons:
78 coverity_scan:
79 project:
80 name: "ircd-hybrid/ircd-hybrid"
81 description: "A lightweight, high-performance internet relay chat daemon."
82 notification_email: bugs@ircd-hybrid.org
83 build_command_prepend: ./configure
84 build_command: make
85 branch_pattern: coverity_scan
86
87 script:
88 - ./configure
89 - make
90 - sudo make install
91
92 notifications:
93 email:
94 - bugs@ircd-hybrid.org
95 irc:
96 channels:
97 - "irc.ircd-hybrid.org#ircd-coders"
98 on_success: change
99 on_failure: always
100 skip_join: true

Properties

Name Value
svn:eol-style native
svn:keywords Id