Have travis use in-tree libsignal (Ubuntu 18.04 is incompatible)

This commit is contained in:
Marvin W 2020-01-21 22:17:33 +01:00
parent 4a9c05ea37
commit 48cd863025
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@ language: c
env:
- CONFIGURE_FLAGS=
- CONFIGURE_FLAGS=--release
- CONFIGURE_FLAGS=--no-debug
before_install:
- export USE_CCACHE=1
- sudo apt-get update
- sudo apt-get install -y cmake valac libgee-0.8-dev libsqlite3-dev libgtk-3-dev libnotify-dev libgpgme-dev libsoup2.4-dev libgcrypt20-dev libqrencode-dev libsignal-protocol-c-dev
- sudo apt-get install -y cmake valac libgee-0.8-dev libsqlite3-dev libgtk-3-dev libnotify-dev libgpgme-dev libsoup2.4-dev libgcrypt20-dev libqrencode-dev
install:
- ./configure --with-tests $CONFIGURE_FLAGS
- ./configure --with-tests --with-libsignal-in-tree $CONFIGURE_FLAGS
- make
script:
- build/xmpp-vala-test