annotate contrib/nightly_tests/allext.conf @ 1562:6219359a36a9 default tip

Merge latest changes from proposed branch
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 21 Jun 2021 19:08:18 +0800
parents 46f1e7645c44
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
352
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 # This configuration compiles all the extensions. It also performs a coverage test.
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3 # For this to pass, you need to setup the pg database for app_acct test.
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4
1132
46f1e7645c44 Add nightly tests in the different build configurations
Sebastien Decugis <sdecugis@freediameter.net>
parents: 586
diff changeset
5 set(CTEST_BUILD_NAME "All extensions (default)")
352
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6
583
7d431a751d6c Added the ALL_EXTENSIONS build option; and simplified some CMakeFile directives
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 443
diff changeset
7 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DALL_EXTENSIONS:BOOL=ON")
586
8689c72fe23b Reactivate the testappacct test in allext configuration
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 583
diff changeset
8 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=user=test\\ dbname=test")
352
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9
"Welcome to our mercurial repository"