Parcourir la source

added benchmark to travis

Michele Caini il y a 9 ans
Parent
commit
cfbf60ad7a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -49,5 +49,5 @@ install:
 
 
 script:
 script:
 - mkdir -p build && cd build
 - mkdir -p build && cd build
-- cmake .. && make -j4
+- cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4
 - CTEST_OUTPUT_ON_FAILURE=1 make test
 - CTEST_OUTPUT_ON_FAILURE=1 make test