forked from nevali/liburi
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (28 loc) · 1.27 KB
/
.travis.yml
File metadata and controls
28 lines (28 loc) · 1.27 KB
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
language: c
sudo: required
dist: trusty
compiler: clang
group: deprecated-2017Q2
before_install:
- curl https://letsencrypt.org/certs/isrgrootx1.pem.txt | sudo tee /usr/share/ca-certificates/isrgrootx1.crt
- echo "isrgrootx1.crt" | sudo tee -a /etc/ca-certificates.conf
- curl https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt | sudo tee
/usr/share/ca-certificates/lets-encrypt-x3-cross-signed.crt
- echo "lets-encrypt-x3-cross-signed.crt" | sudo tee -a /etc/ca-certificates.conf
- sudo update-ca-certificates
- curl https://raw.githubusercontent.com/bbcarchdev/bbcarchdev-keys/main/bbcarchdev-apt.asc
| sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://apt.bbcarchdev.net/debian wheezy
main ports dev stage live"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc)
main universe restricted multiverse"
- sudo apt-get update -qq
- sudo apt-get install -qq automake autoconf libtool pkg-config xsltproc docbook5-xml
docbook-xsl-ns
before_script:
- autoreconf -f -i
script:
- ./configure && make && make check
notifications:
slack:
secure: dpJq1tQ6TFNbnGEdl3vZh+2nUMTN2hu7ysnZQqCRwEBggIEBglYtjrOFulpjK2fsZzrEGuYKOxLCj60TF7Ql7TBJN3HMVlwD5EORgBbpii+fDvudhKJjtPFFHJXP/WllCLrgypsmFVlng+CG/5FfxlsKQYoaS0PSEyo2coQhQMk=