forked from Cacti/spine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (41 loc) · 2.62 KB
/
.travis.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
43
44
45
46
47
# +-------------------------------------------------------------------------+
# | Copyright (C) 2004-2023 The Cacti Group |
# | |
# | This program is free software; you can redistribute it and/or |
# | modify it under the terms of the GNU General Public License |
# | as published by the Free Software Foundation; either version 2 |
# | of the License, or (at your option) any later version. |
# | |
# | This program is distributed in the hope that it will be useful, |
# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# | GNU General Public License for more details. |
# +-------------------------------------------------------------------------+
# | Cacti: The Complete RRDtool-based Graphing Solution |
# +-------------------------------------------------------------------------+
# | This code is designed, written, and maintained by the Cacti Group. See |
# | about.php and/or the AUTHORS file for specific developer information. |
# +-------------------------------------------------------------------------+
# | http://www.cacti.net/ |
# +-------------------------------------------------------------------------+
language: c
compiler:
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y tofrodos libmysqlclient-dev libsnmp-dev help2man
- sudo ln -s /usr/bin/fromdos /usr/bin/dos2unix
- sudo ln -s /usr/bin/todos /usr/bin/unix2dos
install:
- "./bootstrap"
script:
- "./configure"
- make
notifications:
email:
on_success: change
on_failure: always
recipients:
slack:
secure: 2FRfCvHDhN0kX4zsqOiz9EL106enqQyQE4+iawOyBXFKDM1QZLMWRIRu2B8GEW8w1OBBFHD7e1S0BawVlpvN++hIkaZl7rdnTuk0CRwpktQ7uVQyyybcs0zWctEIhbgzAfMRX5cez1EWPeHgqXjDbEgFA64Vu2XrRbFIe8hYUkpYxFe8dMEkAr/JCFYSWC4oOKA2OdYhs55AJ0ydZzFt/j83wKWHZ18DXgO3Y+opzDfUkY/EEUefcLmdyv7sKvqLC1QG1FhMpN2ZBGNz1umbL2WouZHZzAyw0moNSRYsOt9za5eWnLHvtoHvv0RTwe9aeab+8v7OMeeqHW/4pUocSBh/QMW5NLTPKvnMpVx0VsnVxKk0Q6e4FfpC1RioxTd+3f7v/5O6cwGOi/1SKJ7TKUX/mihHJiy3VUubcYWXhL6vymcSpM34ejOxNo9tQtnGVWz9OgqfzsNtmwMwrEGv7qeGjhIDsGmN2jOIqT/6ZA6bOyFRkQuQXWxYdngRFIUXqaGaPw1GRPAburBa4tE53b+wRXFKIH1mLsAwzk3r3db6wpVraSfxQHtpVgTU8esM7dsH3RgBDMYoiwXafJ1/GcgdfPRXZr5RAB4JOIxWJEHcULX6k+ktisPFUXzipBeXIQhXsui6d+l0WVjuy/AM3HrHFhN345flJCpHNhkUPFc=