File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
- name : Tests
115
115
shell : cmd
116
116
run : |
117
- dir build -Debug\tests\Debug
118
- dir toucan\data
119
- build-Debug\tests\Debug\toucan-test.exe
117
+ dir install -Debug\bin
118
+ dir install-Debug\lib
119
+ echo %PATH%
120
120
build-Debug\tests\Debug\toucan-test.exe toucan\data
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(toucan_JPEG ON CACHE BOOL "Build JPEG")
15
15
set (toucan_TIFF ON CACHE BOOL "Build TIFF" )
16
16
set (toucan_Imath ON CACHE BOOL "Build Imath" )
17
17
set (toucan_OpenEXR ON CACHE BOOL "Build OpenEXR" )
18
- set (toucan_FFmpeg OFF CACHE BOOL "Build FFmpeg" )
18
+ set (toucan_FFmpeg ON CACHE BOOL "Build FFmpeg" )
19
19
set (toucan_FFmpeg_MINIMAL ON CACHE BOOL "Build a minimal set of FFmpeg codecs" )
20
20
set (toucan_OpenColorIO ON CACHE BOOL "Build OpenColorIO" )
21
21
set (toucan_OpenImageIO ON CACHE BOOL "Build OpenImageIO" )
You can’t perform that action at this time.
0 commit comments