2022-04-22 18:45:19 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-04-22 18:03:42 -06:00
|
|
|
# make the build
|
|
|
|
git submodule init && git submodule update
|
2022-04-22 19:09:16 -06:00
|
|
|
make BUILD_TLS=yes -j$(nproc) KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror'
|
2022-04-22 18:03:42 -06:00
|
|
|
|
|
|
|
# gen-cert
|
|
|
|
./utils/gen-test-certs.sh
|