mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
TEST: change to cdash 2.6
This commit is contained in:
parent
29523e9e2c
commit
05e267ae55
@ -8,6 +8,6 @@ set(CTEST_PROJECT_NAME "QGIS")
|
||||
set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST")
|
||||
|
||||
set(CTEST_DROP_METHOD "https")
|
||||
set(CTEST_DROP_SITE "dash.orfeo-toolbox.org")
|
||||
set(CTEST_DROP_SITE "cdash.orfeo-toolbox.org")
|
||||
set(CTEST_DROP_LOCATION "/submit.php?project=QGIS")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
|
4
INSTALL
4
INSTALL
@ -357,7 +357,7 @@ using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a
|
||||
build conflict.
|
||||
|
||||
/!\ Note: By default tests are run in the process of building and their
|
||||
results are uploaded to http://dash.orfeo-toolbox.org/index.php?project=QGIS.
|
||||
results are uploaded to http://cdash.orfeo-toolbox.org/index.php?project=QGIS.
|
||||
You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the
|
||||
build command. The upload of results can be avoided with DEB_TEST_TARGET=test.
|
||||
|
||||
@ -2197,7 +2197,7 @@ Then run all tests from build directory:
|
||||
cd build
|
||||
make test
|
||||
|
||||
To run all tests and report to http://dash.orfeo-toolbox.org/index.php?project=QGIS
|
||||
To run all tests and report to http://cdash.orfeo-toolbox.org/index.php?project=QGIS
|
||||
|
||||
cd build
|
||||
make Experimental
|
||||
|
@ -592,7 +592,7 @@ build conflict.
|
||||
</P>
|
||||
<P>
|
||||
/!\ <B>Note:</B> By default tests are run in the process of building and their
|
||||
results are uploaded to <A HREF="http://dash.orfeo-toolbox.org/index.php?project=QGIS.">http://dash.orfeo-toolbox.org/index.php?project=QGIS.</A>
|
||||
results are uploaded to <A HREF="http://cdash.orfeo-toolbox.org/index.php?project=QGIS.">http://cdash.orfeo-toolbox.org/index.php?project=QGIS.</A>
|
||||
You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the
|
||||
build command. The upload of results can be avoided with DEB_TEST_TARGET=test.
|
||||
</P>
|
||||
@ -3034,7 +3034,7 @@ make test
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
To run all tests and report to <A HREF="http://dash.orfeo-toolbox.org/index.php?project=QGIS">http://dash.orfeo-toolbox.org/index.php?project=QGIS</A>
|
||||
To run all tests and report to <A HREF="http://cdash.orfeo-toolbox.org/index.php?project=QGIS">http://cdash.orfeo-toolbox.org/index.php?project=QGIS</A>
|
||||
</P>
|
||||
|
||||
<div class="code"><PRE>
|
||||
|
@ -26,7 +26,7 @@ cd build
|
||||
make test
|
||||
```
|
||||
|
||||
To run all tests and report to http://dash.orfeo-toolbox.org/index.php?project=QGIS
|
||||
To run all tests and report to http://cdash.orfeo-toolbox.org/index.php?project=QGIS
|
||||
|
||||
```
|
||||
cd build
|
||||
|
@ -251,7 +251,7 @@ using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain a
|
||||
build conflict.
|
||||
|
||||
/!\ **Note:** By default tests are run in the process of building and their
|
||||
results are uploaded to http://dash.orfeo-toolbox.org/index.php?project=QGIS.
|
||||
results are uploaded to http://cdash.orfeo-toolbox.org/index.php?project=QGIS.
|
||||
You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the
|
||||
build command. The upload of results can be avoided with DEB_TEST_TARGET=test.
|
||||
|
||||
|
@ -50,7 +50,7 @@ from PyQt5.QtWidgets import (QDialog,
|
||||
import struct
|
||||
import glob
|
||||
|
||||
dash_url = 'https://dash.orfeo-toolbox.org'
|
||||
dash_url = 'https://cdash.orfeo-toolbox.org'
|
||||
|
||||
|
||||
def error(msg):
|
||||
|
Loading…
x
Reference in New Issue
Block a user