-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (25 loc) · 1.69 KB
/
Copy path.travis.yml
File metadata and controls
25 lines (25 loc) · 1.69 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
language: c
sudo: required
dist: trusty
compiler: clang
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 -
- echo "deb [arch=amd64] https://apt.bbcarchdev.net/debian wheezy main ports dev stage
live" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install -y --force-yes -qq liburi-dev libsql-dev automake autoconf
libtool pkg-config libedit-dev uuid-dev libjansson-dev libcurl4-openssl-dev
before_script:
- autoreconf -f -i
script:
- ./configure && make && make check
notifications:
slack:
secure: DQntdbl86FA6Qhgi4oDZEKuU0P0Z+Y8oLwHnXzYH+Uj5Qgz0kvt6HCIZYWiN8o1RouDRopdJeTds/Npu8kCtSYIu3FFygEOSPiDZZ/0xk8fjLpZ+eqbc3rijN/orJLDOCu4x1ym7P/JzT0oF7B6eWMVwJpzxb7qTs7vsrxLuhpiblDLgvYfFKCMJUTN2Jce3e9Kgmk5Yy+9h8mpJN7VPrAsKQVshJUXSJRZJBcSE9TbxpfgJHgmUx6q46RCgPRQPSSeNrLxlvW/02yUb9/4e2M8easSVGnj/iSLlUXDOp5BeRbhWdT81aXBdJorkpHRrB+LNVNxINXKVKPLky5y1h2FPlL+2/7nOWsfytDvgdJJWowMX9KPQFGBd13688gaIxXcBd5ZhSdW21tJp6laGA0HOC0xbZQYAcOW1tIZk9P6Tg+TBED76D9Mmt2dArfyFRA9mvBMHLPXZQAGB5cn9FrORVfPFWoQtrgeyg57bW4bAw3wHjG87RmmgHVdDcDNs1buPHcS7lwPbvOpfRYvF9TI7RmoNJr1lS+hcSS1f1F+eK/5Q0Kgmhno3utxOK/K0WXKE4ln8zcUpB5iBxmnYAr895RurlUAg5xGuF7o+83Lrpi/YM+Sv5HFdV/emaxqhMr98y/rZGVqVZUbSP8EcIn8PZruQQCBswRYRlr+bRUI=