From c0822ed62c9a907bea70a49b9e9c341d42d6bf96 Mon Sep 17 00:00:00 2001 From: legend Date: Mon, 27 Feb 2017 17:22:58 +0800 Subject: [PATCH] [TravisCI] Add Aggregator target to test (#259) --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc97961..f66baaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,8 +52,11 @@ script: - mkdir release - cd release - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_SHARED_LIBRARY=on .. + # Target list to check if succeed to compile. - make -j4 Master - make -j4 PI + - make -j4 Aggregator + - make -j4 husky-shared + # Run unit test. - make -j4 HuskyUnitTest - ./HuskyUnitTest --gtest_shuffle # To check if the order causes some time-out failures. - - make -j4 husky-shared