configfile: compilers: &compilers C: name: GCC: versionmin: 4.4 INTEL: versionmin: 15 MAC: versionmin: 6.0 32_VS2012: versionmin: 2012 64_VS2012: versionmin: 2012 32_VS2013: versionmin: 2013 64_VS2013: versionmin: 2013 32_VS2015: versionmin: 2015 64_VS2015: versionmin: 2015 32_VS2017: versionmin: 2017 64_VS2017: versionmin: 2017 distribute: &distribute status: true srctar: vol-tests-develop testparams: &testparams buildtype: Release bincheck: true publish: true testoptions: &testoptions cdashoption: true cdashproject: HDF5VOLS cmakefiles: &cmakefiles The HDF Group.pfx: The HDF Group.pfx VolTestScript.cmake: VolTestScript.cmake ctest_opts: &ctest_opts CDASH_LOCAL: true REPOSITORY_URL: https://github.com/hpc-io/vol-tests.git REPOSITORY_BRANCH: develop CTEST_USE_GIT_SOURCE: true MPI_C_COMPILER: mpicc MPI_CXX_COMPILER: mpicxx ENV{CC}: mpicc ENV{CXX}: mpicxx SIGNctest_opts: &SIGNctest_opts <<: *ctest_opts FILEROOT: vol-tests-1.0.0 LOCAL_SIGN_PACKAGE: true SIGN_DESC: | "HDF5 VOL Async Plugin" ctest_baseconf: &ctest_baseconf CDASH_LOCAL: BOOL: ON TGZPATH: PATH: ${CTEST_SCRIPT_DIRECTORY} BUILD_TESTING: BOOL: ON ctest_sharedconf: &ctest_sharedconf BUILD_SHARED_LIBS: BOOL: ON USE_SHARED_LIBS: BOOL: ON build_params: &build_params hdf5location: HDF_Group/HDF5/1.13.0 location: HDF_Group/HDF5/1.13.0 cmake_script: VolTestScript.cmake ctest_params: &ctest_params <<: *build_params ctest_conf: &ctest_conf <<: *ctest_sharedconf <<: *ctest_baseconf btctest_params: &btctest_params <<: *build_params ctest_btbinary: &ctest_btbinary 'hdf5trunk/binaries/': 'HDF5TrunkStandardMPICMake-%s' ctest_pubbinary: &ctest_pubbinary 'vols/binaries/': 'VOL-tests-CMake-%s' atest_btbinary: &atest_btbinary 'hdf5trunk/binaries/': 'hdf5-1.13-MPI-%s-x86_64-shared' atest_pubbinary: &atest_pubbinary 'vols/binaries/': 'VOL-tests-%s-x86_64' Standard: compilers: *compilers bbparams: distribute: *distribute testparams: <<: *testparams publishsource: false testoptions: <<: *testoptions buildoption: Shared cdashgroup: BuildBot buildsys: ctest: envparams: ftpbinary: <<: *ctest_btbinary pubbinary: <<: *ctest_pubbinary files: <<: *cmakefiles HDF.cmake: HDF5StandardVOLconfig.cmake binaryfolder: hdf cdash_model: BuildBot srcbinary: 'vols/source/': 'VOL-tests-Source-%s' testparams: buildname: vol-tests_113Plugin <<: *ctest_params ctest_conf: <<: *ctest_conf ctest_opts: <<: *ctest_opts autotools: envparams: ftpbinary: <<: *atest_btbinary pubbinary: <<: *atest_pubbinary testparams: buildname: vol-tests_113Plugin location: hdf5