mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
echo $PATH
|
|
|
|
export PATH=/usr/bin:${PATH}
|
|
|
|
ctest -V -E 'qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsServer' -S ./qgis-test-travis.ctest --output-on-failure
|
|
|