diff options
author | Juha Alanen <juha.alanen@mapbox.com> | 2020-01-24 11:04:35 +0200 |
---|---|---|
committer | Juha Alanen <juha.alanen@mapbox.com> | 2020-01-30 13:52:09 +0200 |
commit | 4778c0ab6bd70a80795b148b47a422df7103aaa0 (patch) | |
tree | 18b77bf24c42954597ae2fae5863b1943ba230d9 /circle.yml | |
parent | eb9d0067ca578ee35c6ea6a8bb3d7935f9176f21 (diff) | |
download | qtlocation-mapboxgl-4778c0ab6bd70a80795b148b47a422df7103aaa0.tar.gz |
[build] Enable unit tests for Qt MacOS builds in CI
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 5427bce6ca..74e7db5655 100644 --- a/circle.yml +++ b/circle.yml @@ -135,7 +135,6 @@ workflows: requires: - qt5-linux-gcc5-release config_params: '-G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DMBGL_WITH_QT=ON -DCMAKE_PREFIX_PATH=$(echo /usr/local/Cellar/qt/5.*/lib/cmake)' - test_params: '-N -Q' - build-template: name: macos-xcode11-release executor_name: macos-11_0_0 |