Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-03 19:33:53 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-03 19:33:53 +0300
commit552081ac2e2476ba7e4e85d3620f933a38aaaa8d (patch)
treeee11db88605f9549283fb88151c33b38218af2d6 /.ci.cmake
parent7b0292021a45b619fc02e35d9ac763673d5037be (diff)
Merged improvements from Outcome
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index a2ddf2cc..ff4d2798 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -17,10 +17,13 @@ endif()
include(BoostLiteUtils)
-CONFIGURE_CTEST_SCRIPT_FOR_CDASH("afio" "build")
+CONFIGURE_CTEST_SCRIPT_FOR_CDASH("afio" "cmake_ci")
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})
+include(FindGit)
+set(CTEST_GIT_COMMAND "${GIT_EXECUTABLE}")
ctest_start("Experimental")
+ctest_update()
ctest_configure()
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)