forked from nevali/libsql
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
23 lines (23 loc) · 1.15 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
language: c
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 -qq liburi-dev automake autoconf libtool pkg-config libedit-dev
uuid-dev libmysqlclient-dev libpq-dev libsqlite3-dev
before_script:
- autoreconf -f -i
script:
- ./configure && make && make check
notifications:
slack:
secure: lSebExPdRhhGh4A2Yu93h0+ouSMGnP4tkITxq+nUP12MjPSc952Zdax/txZj+QinmzHbprsyD1vtW/8Y+VrDGn7JfCzO8khYlXKwibeB4/PCDkwg/Tg5pUCzwnmnJO7gpgIKPX2chek3D9aS0Yj7/7Jv1ONx7Y39lTmTy1Ma0AY=