Update x265.yml
This commit is contained in:
parent
88891083ae
commit
17a391bbb6
6
.github/workflows/x265.yml
vendored
6
.github/workflows/x265.yml
vendored
@ -37,11 +37,11 @@ jobs:
|
|||||||
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
||||||
md build dist
|
md build dist
|
||||||
cd x265/build/vc15-x86_64
|
cd x265/build/vc15-x86_64
|
||||||
md work12
|
md work
|
||||||
cd work12
|
cd work
|
||||||
cmake -G "Visual Studio 16 2019" ..\..\..\source -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON
|
cmake -G "Visual Studio 16 2019" ..\..\..\source -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON
|
||||||
MSBuild.exe /property:Configuration="${{ env.winConfig }}" x265-static.vcxproj
|
MSBuild.exe /property:Configuration="${{ env.winConfig }}" x265-static.vcxproj
|
||||||
move ${{ env.winConfig }}/x265-static.lib dist/x265_12bit.lib
|
move ${{ env.winConfig }}\x265-static.lib dist\x265_12bit.lib
|
||||||
- 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