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:03:43 UTC

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

szaszm 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_r378955955
 
 

 ##########
 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"
     - os: linux
       name: debian static package build
-      dist: trusty
+      dist: bionic
 
 Review comment:
   The PR title says xenial. I'm fine with bionic btw.

----------------------------------------------------------------
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