Merge pull request #570 from luco5826/master

Concurrent job in travis CI
presentation
Luca Errani 7 years ago committed by GitHub
commit 1a66d579e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

@ -56,7 +56,7 @@ before_script:
script:
- "cmake .. -DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_MATHTEX=ON -DENABLE_CPPUNIT=ON -DUNSTABLE_LAYERS_SIDEBAR=ON -DDEBUG_COMPILE=ON"
- "make"
- "make -j`grep processor /proc/cpuinfo | tail -c 2`"
- "ctest"
notifications:

Loading…
Cancel
Save