arpadboda commented on a change in pull request #598: MINIFICPP-934: Enable all
features again
URL: https://github.com/apache/nifi-minifi-cpp/pull/598#discussion_r297878860
##########
File path: .travis.yml
##########
@@ -86,7 +86,7 @@ matrix:
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
- sudo unlink /usr/bin/g++ && sudo ln -s /usr/bin/g++-4.8 /usr/bin/g++
script:
- - ./bootstrap.sh -e -t && cd build && cmake -DUSE_SHARED_LIBS= .. &&
make -j4 VERBOSE=1 && sudo make test ARGS="-j2 --output-on-failure"
+ - ./bootstrap.sh -e -DCMAKE_BUILD_TYPE=Release
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_RULE_MESSAGES=OFF -DENABLE_TENSORFLOW=OFF
-DUSE_SHARED_LIBS=OFF && cd build && make -j4 VERBOSE=1 && sudo make test
ARGS="-j2 --output-on-failure"
Review comment:
Why only 2 threads for tests?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services