Update test.yml
This commit is contained in:
parent
fc1ad0b7bb
commit
9243908055
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -42,16 +42,7 @@ jobs:
|
|||||||
cd x265/build/vc15-x86_64
|
cd x265/build/vc15-x86_64
|
||||||
md work
|
md work
|
||||||
cd work
|
cd work
|
||||||
rem cmake -G "Visual Studio 16 2019" ..\..\..\source -DCMAKE_INSTALL_PREFIX=..\..\..\..\build -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DEXTRA_LIB="libx265_10bit.lib;libx265_12bit.lib" -DLINKED_10BIT=ON -DLINKED_12BIT=ON
|
dir "${{ env.vsPath }}"
|
||||||
rem MSBuild.exe /property:Configuration="${{ env.winConfig }}" x265-static.vcxproj
|
|
||||||
echo "${{ env.vsPath }}Tools\MSVC"
|
|
||||||
dir "${{ env.vsPath }}Tools\MSVC"
|
|
||||||
"${{ env.vsPath }}\Tools\MSVC\14.29.30133\bin\Hostx64\x64\lib.exe" /ignore:4006 /ignore:4221 /OUT:..\..\..\..\dist\x265.lib ${{ env.winConfig }}\x265-static.lib ..\..\..\..\build\x265_10bit\libx265_10bit.lib ..\..\..\..\build\x265_12bit\libx265_12bit.lib
|
|
||||||
cp x265.pc ..\..\..\..\build\lib\pkgconfig\x265.pc
|
|
||||||
cp x265_config.h ..\..\..\..\build\include
|
|
||||||
cp ..\..\..\source\x265.h ..\..\..\..\build\lib\include
|
|
||||||
cd ..\..\..\..\build
|
|
||||||
rem tgz
|
|
||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user