mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* Add CI build environment scripts * Update Travis configuration * Don't publish CI scripts to npm * Add Node.js 12 to CI matrix
10 lines
169 B
Bash
10 lines
169 B
Bash
#!/bin/sh
|
|
|
|
BUILD_DIR="$(pwd)"
|
|
source ./ci_scripts/install_openssl.sh 1.1.1b
|
|
sudo updatedb
|
|
source ./ci_scripts/install_libpq.sh
|
|
sudo updatedb
|
|
sudo ldconfig
|
|
cd $BUILD_DIR
|