8 lines
188 B
Bash
Raw Normal View History

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
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