summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-23 17:22:11 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-23 20:05:40 +0200
commit3e173e1b7190b0becb95e8689bccffb1704b697a (patch)
tree07c743ac18fab2fa6c41e0fd3076fb62e0c56208 /circle.yml
parent463876a7b19f089e61f98821114b26b4fd18e515 (diff)
downloadqtlocation-mapboxgl-3e173e1b7190b0becb95e8689bccffb1704b697a.tar.gz
[build] Deprecated GCC 4.9 and set the minimum to GCC 5
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 0ce326d64d..bf86a9807b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -78,12 +78,12 @@ workflows:
metrics: true
style_tests: true
- build-template:
- name: linux-gcc4.9-release
+ name: linux-gcc5-release
executor_name: ubuntu-disco
target_is_linux: true
requires:
- linux-gcc8-release
- config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER=gcc-4.9 -DCMAKE_CXX_COMPILER=g++-4.9'
+ config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_CXX_COMPILER=g++-5'
build_params: '--target mbgl-glfw'
test_params: '-N -Q'
- build-template: