mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
travis: Add dbus source headers to the build environment.
This commit is contained in:
parent
7f8d18d857
commit
1e04346bcd
@ -1,6 +1,12 @@
|
||||
language: python
|
||||
dist: xenial
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libdbus-1-dev
|
||||
|
||||
before_install:
|
||||
- wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2
|
||||
- tar -xvf olm-master.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user