diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-10-04 17:26:08 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2016-10-05 11:12:16 +0300 |
commit | 5829c0dbc6e7785cec5af12891ba2ead784d1a69 (patch) | |
tree | c01a0f92e093316b44a23e0aac27ae38c5b538ce /.travis.yml | |
parent | dd604a7b3650617ab3fef81eef1a63fc28761396 (diff) | |
download | qtlocation-mapboxgl-5829c0dbc6e7785cec5af12891ba2ead784d1a69.tar.gz |
[build] Re-add benchmark tests to the buildsystem
Probably lost on the cmake migration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 793f0130d6..6c749acfdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ before_script: - cmake --version script: - make linux + - make benchmark - make test - make run-test after_script: |