Encapsulate video support with compilation variable EXV_ENABLE_VIDEO (#2448)
* Encapsulate video support with compilation variable EXV_ENABLE_VIDEO * Encapsulate video support with compilation variable EXV_ENABLE_VIDEO: add variable to unit test files * Encapsulate video support with compilation variable EXV_ENABLE_VIDEO: encapsulate in makefile * Encapsulate video support with compilation variable EXV_ENABLE_VIDEO: fix PR windows matrix * Encapsulate video support with compilation variable EXV_ENABLE_VIDEO: activate only for concerned CI tests * Encapsulate video support with compilation variable EXV_ENABLE_VIDEO: desable for linux release * Encapsulate video support with compilation variable EXV_ENABLE_VIDEO: add to Fuzz PR
This commit is contained in:
committed by
GitHub
parent
346e11493f
commit
1c764358bb
@@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake --preset win-release -S . -B build
|
||||
cmake --preset win-release -S . -B build -DEXIV2_ENABLE_VIDEO=ON
|
||||
cmake --build build --parallel
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- name: build and compile
|
||||
run: |
|
||||
cmake --preset linux-release-NoConan -S . -B build
|
||||
cmake --preset linux-release-NoConan -S . -B build -DEXIV2_ENABLE_VIDEO=ON
|
||||
cmake --build build --parallel
|
||||
|
||||
- name: Test
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
- name: build and compile
|
||||
run: |
|
||||
cmake --preset base_mac -S . -B build -DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations"
|
||||
cmake --preset base_mac -S . -B build -DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" -DEXIV2_ENABLE_VIDEO=ON
|
||||
cmake --build build --parallel
|
||||
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user