annotate contrib/nightly_tests/allextval.conf @ 1561:699c3fb0c57b

Switch from libidn to libidn2. libidn2 is the backwards compatible successor to libidn, and at least Red Hat 8 does not provide a dev package for libidn1.
author Thomas Klausner <wiz@gatalith.at>
date Wed, 16 Jun 2021 18:44:45 +0200
parents 46f1e7645c44
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1132
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
1
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
2 # This configuration compiles all the extensions. It also performs a coverage test.
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
3 # For this to pass, you need to setup the pg database for app_acct test.
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
4
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
5 set(WITH_COVERAGE TRUE)
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
6 set(CTEST_BUILD_NAME "All extensions (DebugValgrind)")
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
7
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
8 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DALL_EXTENSIONS:BOOL=ON")
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
9 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DCMAKE_BUILD_TYPE:STRING=DebugValgrind")
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
10 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=user=test\\ dbname=test")
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents:
diff changeset
11
"Welcome to our mercurial repository"