Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
6 additions
and
1 deletion.
-
+1
−1
.ci/ctest2ci.py
-
+5
−0
.docker/docker-qgis-build.sh
|
@@ -61,7 +61,7 @@ def end_fold(): |
|
|
|
|
|
def start_test_fold(): |
|
|
global test_count |
|
|
sys.stdout.write('Running tests') |
|
|
sys.stdout.write('Running tests\n') |
|
|
start_fold('test.{}'.format(test_count)) |
|
|
test_count += 1 |
|
|
|
|
|
|
@@ -28,6 +28,7 @@ mkdir -p build |
|
|
pushd build > /dev/null |
|
|
|
|
|
echo "${bold}Running cmake...${endbold}" |
|
|
echo "::group::cmake" |
|
|
|
|
|
export CC=/usr/lib/ccache/clang |
|
|
export CXX=/usr/lib/ccache/clang++ |
|
@@ -75,11 +76,15 @@ cmake \ |
|
|
-DQt53DExtras_DIR="/root/QGIS/external/qt3dextra-headers/cmake/Qt53DExtras" \ |
|
|
.. |
|
|
|
|
|
echo "::endgroup::" |
|
|
|
|
|
####### |
|
|
# Build |
|
|
####### |
|
|
echo "${bold}Building QGIS...${endbold}" |
|
|
echo "::group::build" |
|
|
${CTEST_BUILD_COMMAND} |
|
|
echo "::group::cmake" |
|
|
|
|
|
######################## |
|
|
# Show ccache statistics |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.