Re: [QGIS-Developer] running Travis locally?

2020-10-21 Thread Vincent Cloarec
Thanks Denis, I will try this. Vincent Le mer. 21 oct. 2020 à 13:20, Denis Rouzaud a écrit : > Hi Vincent, > > The tests are running on Docker. > > You basically just need to do what is done on Travis: > https://github.com/qgis/QGIS/blob/master/.ci/travis/linux/before_script.sh > https://githu

Re: [QGIS-Developer] running Travis locally?

2020-10-21 Thread Denis Rouzaud
Hi Vincent, The tests are running on Docker. You basically just need to do what is done on Travis: https://github.com/qgis/QGIS/blob/master/.ci/travis/linux/before_script.sh https://github.com/qgis/QGIS/blob/master/.ci/travis/linux/script.sh If you strip down these 2 files, you should end up with

[QGIS-Developer] running Travis locally?

2020-10-21 Thread Vincent Cloarec
Hi all, I've got an issue only on a Travis test, but on my side with ubuntu, everything is ok, and the test does not fail. Not very convenient to debug... Is there a way to run Travis locally, that will permit to speed up debugging and avoid to pollute the offical Travis CI. Regards. Vincent __