summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-12 16:38:34 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-13 22:55:26 +0200
commitcd92a231b3e11c65321a48d0167898bb0e5a5fa8 (patch)
treef821513781bee5b9039945489d1fe926c8900a6d /circle.yml
parentb891a8d6b0dc9e92a283756448b4671bef3da71f (diff)
downloadqtlocation-mapboxgl-cd92a231b3e11c65321a48d0167898bb0e5a5fa8.tar.gz
[qt] Deprecate Qt4 and old versions of Qt5
Not enough adoption to keep the platform alive.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/circle.yml b/circle.yml
index 0d657517c9..61cc914c29 100644
--- a/circle.yml
+++ b/circle.yml
@@ -48,7 +48,6 @@ workflows:
branches:
ignore: /.*/
- macos-debug
- - qt4-linux-gcc5-release
- qt5-linux-gcc5-release
- qt5-macos-debug
nightly:
@@ -1005,30 +1004,6 @@ jobs:
- upload-xcode-build-logs
# ------------------------------------------------------------------------------
- qt4-linux-gcc5-release:
- docker:
- - image: mbgl/7d2403f42e:linux-gcc-5-qt-4
- resource_class: large
- working_directory: /src
- environment:
- LIBSYSCONFCPUS: 2
- JOBS: 2
- BUILDTYPE: Release
- GTEST_OUTPUT: xml
- LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libjemalloc.so
- steps:
- - install-dependencies
- - build-qt-app
- - build-qt-test
- - save-dependencies
- - run:
- name: Run memory-load tests
- command: |
- xvfb-run --server-args="-screen 0 1024x768x24" \
- make run-qt-test-Memory.*:*.Load
- scripts/log_memory_benchmarks.sh test_detail.xml "Platform=Linux,Compiler=${_CC},Arch=$(uname -m)"
-
-# ------------------------------------------------------------------------------
qt5-linux-gcc5-release:
docker:
- image: mbgl/7d2403f42e:linux-gcc-5-qt-5.9