summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-07-20 15:51:03 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-07-20 15:51:03 -0400
commit750dad21868304cbe06b2039e5a8f0f561caa924 (patch)
tree9544de42e503c00855f2ff3cbff5d5cb37b7e442
parent9727cd2cd185d2ea3ea028aab89cb419d1ad4a87 (diff)
downloadsdl_core-750dad21868304cbe06b2039e5a8f0f561caa924.tar.gz
Add multithread and move tests into main build
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 73bbfbeb2a..f56f77902d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,7 @@ script:
- ./tools/infrastructure/check_style.sh
- mkdir build && cd build
- cmake ../ -DBUILD_TESTS=ON
- - make install && sudo ldconfig
-after_success:
+ - make install-3rd_party && make -j `nproc` install && sudo ldconfig
- make test
env:
global: