Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a link in the doc
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 1 Feb 2016 13:16:50 +0000 (14:16 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 1 Feb 2016 16:38:00 +0000 (17:38 +0100)
doc/doxygen/install.doc

index cf3c3eb..d65e4ed 100644 (file)
@@ -327,13 +327,11 @@ Once everything is built, you may want to test the result. SimGrid
 comes with an extensive set of regression tests (see @ref
 inside_cmake_addtest "that page of the insider manual" for more
 details). Running the tests is done using the ctest binary that comes
-with cmake. These tests are run every night and the result is publicly
-<a href="http://cdash.inria.fr/CDash/index.php?project=Simgrid">available</a>.
+with cmake. These tests are run for every commit and the result is
+publicly <a href="https://ci.inria.fr/simgrid/">available</a>.
 
 \verbatim
 ctest                    # Launch all tests
-ctest -D Experimental     # Launch all tests and report the result to
-                          # http://cdash.inria.fr/CDash/index.php?project=SimGrid
 ctest -R msg              # Launch only the tests which name match the string "msg"
 ctest -j4                 # Launch all tests in parallel, at most 4 at the same time
 ctest --verbose           # Display all details on what's going on