Denis Rouzaud
7fb752e0ff
[TRAVIS] run flaky test when label is defined ( #9509 )
...
to declare a test as flaky:
* for cpp, use
```
if ( !QgsTest::runFlakyTests() )
QSKIP( "This test is disabled on Travis CI environment" );
```
* for Python, you can use `RUN_FLAKY_TEST` environment variable
2019-03-27 09:45:34 -05:00
Denis Rouzaud
268c488d8b
...
2019-03-08 09:37:00 +01:00
Denis Rouzaud
1e11e1157a
simplify CI scripts ( #9387 )
...
by separating the testing and docker image building scripts
there was almost no redundany in the scripts, it is much clearer now
2019-03-05 17:38:04 +01:00
Denis Rouzaud
51e767265d
[docker] simpler configuration to provide different build options
2018-11-16 22:01:44 +01:00
Denis Rouzaud
c752e15326
fix docker variables in Travis (take 2)
2018-03-21 13:45:44 +01:00
Denis Rouzaud
914e7bbe89
[docker] create images for final releases ( #6594 )
...
* [docker] create images for final releases
based on git tags
* fix script
2018-03-13 08:14:44 -08:00
Matthias Kuhn
20150734bc
[travis] Add more color to output
2017-10-07 14:21:13 +02:00
Matthias Kuhn
ade21ea3c6
[travis] Make section titles bold
2017-10-07 14:21:13 +02:00
Matthias Kuhn
e8177b733f
Print debug info when ctest2travis indexes run out of sync
2017-07-07 13:50:51 +10:00
Matthias Kuhn
085a284c58
[travis] Better match pattern for colorizing failing tests
2017-06-02 19:53:37 +02:00
Matthias Kuhn
c28e344853
Move ci to .ci
2017-04-27 07:50:06 +02:00