You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/13 16:10:09 UTC

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #738: MINIFICPP-1161 - Build and test more extensions in CI (Xenial build)

arpadboda commented on a change in pull request #738: MINIFICPP-1161 - Build and test more extensions in CI (Xenial build)
URL: https://github.com/apache/nifi-minifi-cpp/pull/738#discussion_r378960707
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -97,35 +97,42 @@ matrix:
       name: xenial shared build with tests
       dist: xenial
       sudo: required
+      addons:
+        apt:
+          sources:
+          - ubuntu-toolchain-r-test
+          packages:
+          - openjdk-8-jdk
+          - maven
       script:
-        - ./bootstrap.sh -e -t && cd build  && cmake -DUSE_SHARED_LIBS= .. &&  cmake --build . --parallel 4  && sudo make test ARGS="-j4 --output-on-failure"
+        - ./bootstrap.sh -e -t && cd build  && cmake -DUSE_SHARED_LIBS= -DENABLE_LIBRDKAFKA=ON -DENABLE_OPC=ON -DENABLE_SFTP=ON -DENABLE_MQTT=ON -DENABLE_COAP-ON .. &&  cmake --build . --parallel 4  && sudo make test ARGS="-j4 --output-on-failure"
 
 Review comment:
   Thanks, fixed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services