Generate exiv2lib as static library in travis and comment other of the elements in the configuration matrix

v0.27.3
Luis Diaz Mas 8 years ago
parent 31a51fda8a
commit 1e90301018

@ -12,10 +12,10 @@ os:
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release" # Default
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug" # Default (Debug mode)
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF" # Default (Debug mode + static libs)
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DEXIV2_ENABLE_VIDEO=ON -DEXIV2_ENABLE_WEBREADY=ON" # All enabled
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DEXIV2_ENABLE_XMP=OFF -DEXIV2_ENABLE_NLS=OFF -DEXIV2_ENABLE_LENSDATA=OFF" # All disabled
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DEXIV2_ENABLE_WEBREADY=ON -DEXIV2_ENABLE_CURL=OFF -DEXIV2_ENABLE_SSH=OFF" # WebReady without SSH nor CURL
#- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DEXIV2_ENABLE_WEBREADY=ON -DEXIV2_ENABLE_CURL=OFF -DEXIV2_ENABLE_SSH=OFF" # WebReady without SSH nor CURL
install: ./.travis/install.sh
script: ./.travis/run.sh

Loading…
Cancel
Save