projects
/
onak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3927ac6
)
Add libpq-dev to Travis CI config
author
Jonathan McDowell
<noodles@earth.li>
Sun, 13 Sep 2020 09:16:17 +0000
(10:16 +0100)
committer
Jonathan McDowell
<noodles@earth.li>
Sun, 13 Sep 2020 09:16:17 +0000
(10:16 +0100)
Should ensure the CI stuff makes sure we can still compile the
PostgreSQL backend.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index dc7591ae49460c499bed76113728666f420cfa96..cec8f0070c00c0566758f6c9ebe37da3c5f4b520 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-11,6
+11,7
@@
addons:
- cmake
- libdb-dev
- libcurl4-gnutls-dev
+ - libpq-dev
- libsystemd-dev
- nettle-dev
before_script: