diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-12 22:18:47 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-16 22:52:01 +0200 |
commit | 8869d09b2543d33ce8f9d457f4c3d8f9e9b23903 (patch) | |
tree | 74957ec88134b5ff91ebf82efe37b2af824332d2 /next | |
parent | 0dbe80fe6615fb1d598a438fe3d69651d7af069d (diff) | |
download | qtlocation-mapboxgl-8869d09b2543d33ce8f9d457f4c3d8f9e9b23903.tar.gz |
[build] Collect and publish new baselines
Also fail the bot in case there are new baselines.
Diffstat (limited to 'next')
-rw-r--r-- | next/platform/linux/linux.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake index c9cdd27548..8ff02db1ba 100644 --- a/next/platform/linux/linux.cmake +++ b/next/platform/linux/linux.cmake @@ -121,3 +121,5 @@ target_link_libraries( add_test(NAME mbgl-benchmark-runner COMMAND mbgl-benchmark-runner WORKING_DIRECTORY ${MBGL_ROOT}) add_test(NAME mbgl-test-runner COMMAND mbgl-test-runner WORKING_DIRECTORY ${MBGL_ROOT}) + +install(TARGETS mbgl-render-test-runner RUNTIME DESTINATION bin) |