Skip to content

Commit

Permalink
Spinnaker needs to be build separately from flycapture, etc. due to d…
Browse files Browse the repository at this point in the history
…ifferent setup
  • Loading branch information
jpsacha committed Dec 17, 2018
1 parent 2630728 commit a476f38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,11 @@ matrix:
install: true
script: ./ci/install-travis.sh
- os: linux
env: PROJ=flycapture,spinnaker,libdc1394,libfreenect,libfreenect2,librealsense OS=linux-x86_64
env: PROJ=flycapture,libdc1394,libfreenect,libfreenect2,librealsense OS=linux-x86_64
install: true
script: ./ci/install-travis.sh
- os: linux
env: PROJ=spinnaker OS=linux-x86_64
install: true
script: ./ci/install-travis.sh
- os: linux
Expand Down

0 comments on commit a476f38

Please sign in to comment.