mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2026-01-03 09:05:39 -05:00
travis: Add dbus source headers to the build environment.
This commit is contained in:
parent
7f8d18d857
commit
1e04346bcd
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue