QGIS/ci/travis/osx/script.sh

7 lines
212 B
Bash
Raw Normal View History

2016-03-17 09:48:07 +01:00
echo $PATH
export PATH=/usr/bin:${PATH}
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer|ProcessingGdalAlgorithmsTest|qgis_composerhtmltest' -S ./qgis-test-travis.ctest --output-on-failure
2015-08-12 23:36:07 +10:00