Skip to content

Commit

Permalink
limits number of threads for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kloetzl committed Apr 9, 2015
1 parent 72b59da commit d5b8dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_install:
- export LD_LIBRARY_PATH=/usr/local:$LD_LIBRARY_PATH
script:
- export LD_LIBRARY_PATH=/usr/local/lib:/usr/local:$LD_LIBRARY_PATH
- export OMP_NUM_THREADS=4
- autoreconf -fvi -Im4
- ./configure --enable-unit-tests CFLAGS='-fprofile-arcs -ftest-coverage' CXXFLAGS='-fprofile-arcs -ftest-coverage'
- make
Expand Down

0 comments on commit d5b8dc7

Please sign in to comment.