File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 ILOC : d:/a/local
12+ png_ver : 1643
1213
1314jobs :
1415 build :
@@ -45,11 +46,11 @@ jobs:
4546 - name : Build and Install libpng
4647 shell : cmd
4748 run : |
48- curl -sSL -o lpng1643. zip https://download.sourceforge.net/libpng/lpng1643 .zip
49- unzip.exe -qq lpng1643 .zip
50- cd lpng1643
51- cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DPNG_TESTS=OFF -DPNG_SHARED=OFF
52- cmake --build build --config Release --target install
49+ curl -sSL -o lpng${{env.png_ver}}. zip https://download.sourceforge.net/libpng/lpng${{env.png_ver}} .zip
50+ unzip.exe -qq lpng${{env.png_ver}} .zip
51+ cd lpng${{env.png_ver}}
52+ cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DPNG_TESTS=OFF -DPNG_SHARED=OFF
53+ cmake --build build --config RelWithDebInfo --target install
5354 cd ..
5455
5556 - name : Build and Install libjpeg
You can’t perform that action at this time.
0 commit comments