Skip to content

Commit

Permalink
[TravisCI] Add Aggregator target to test (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
kygx-legend authored Feb 27, 2017
1 parent 92c07af commit c0822ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0822ed

Please sign in to comment.