mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-04 05:34:22 +01:00
travis: Add postgresql libraries as dependencies
This commit is contained in:
committed by
Rusty Russell
parent
5679ea25f3
commit
15adb914a3
@@ -5,7 +5,7 @@ notifications:
|
||||
email: false
|
||||
|
||||
before_install:
|
||||
sudo apt-get install -y libsqlite3-dev cppcheck valgrind gcc-4.8 gettext libc6-dev-armhf-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf qemu-user-static binfmt-support libsecp256k1-dev
|
||||
sudo apt-get install -y libsqlite3-dev cppcheck valgrind gcc-4.8 gettext libc6-dev-armhf-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf qemu-user-static binfmt-support libsecp256k1-dev libpq-dev postgresql
|
||||
|
||||
env:
|
||||
# These run superficial checks that don't take too long on their own
|
||||
|
||||
Reference in New Issue
Block a user