apiri commented on a change in pull request #530: MINIFICPP-795: Add travis
target
URL: https://github.com/apache/nifi-minifi-cpp/pull/530#discussion_r271398701
##########
File path: .travis.yml
##########
@@ -81,15 +81,49 @@ 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++
- os: linux
+ name: trusty static build with tests
dist: trusty
sudo: required
script:
- ./bootstrap.sh -e -t && cd build && cmake -DUSE_SHARED_LIBS= .. &&
make -j2 VERBOSE=1 && sudo make test ARGS="-j2 --output-on-failure"
- os: linux
+ name: xenial shared build with tests
dist: xenial
sudo: required
script:
- ./bootstrap.sh -e -t && cd build && cmake -DUSE_SHARED_LIBS= .. &&
make -j2 VERBOSE=1 && sudo make test ARGS="-j2 --output-on-failure"
+ - os: linux
+ name: debian static package build
+ dist: trusty
+ sudo: required
+ services:
+ - docker
+ script:
+ - mkdir build && && cd build && cmake .. && make debian
+ - os: linux
+ name: centos static package biuld
+ dist: trusty
+ sudo: required
+ services:
+ - docker
+ script:
+ - mkdir build && && cd build && cmake .. && make centos
Review comment:
&& && -> &&
----------------------------------------------------------------
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