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 3-4 docker commands to build the image, build QGIS and run the tests. Another approach is to run Travis interactive debugging: https://www.mail-archive.com/[email protected]/msg44142.html (not sure how up to date it is, and I found this approach to be a bit cumbersome personally) Best wishes, Denis Le mer. 21 oct. 2020 à 19:10, Vincent Cloarec <[email protected]> a écrit : > 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 > > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
