Update x265.yml
This commit is contained in:
parent
7c87375614
commit
593861c0b6
8
.github/workflows/x265.yml
vendored
8
.github/workflows/x265.yml
vendored
@ -43,8 +43,8 @@ jobs:
|
|||||||
repository: videolan/x265
|
repository: videolan/x265
|
||||||
ref: Release_3.5
|
ref: Release_3.5
|
||||||
path: x265
|
path: x265
|
||||||
- name: Set up NASM
|
#- name: Set up NASM
|
||||||
uses: ilammy/setup-nasm@v1.2.1
|
# uses: ilammy/setup-nasm@v1.2.1
|
||||||
- name: Build X265
|
- name: Build X265
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
@ -53,9 +53,7 @@ jobs:
|
|||||||
cd x265/build/vc15-x86_64
|
cd x265/build/vc15-x86_64
|
||||||
md work12
|
md work12
|
||||||
cd work12
|
cd work12
|
||||||
cmake -G "Visual Studio 16 2019" ..\..\..\source -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON
|
D:\a\_temp\setup-msys2\msys2.cmd -c 'cmake -G "Visual Studio 16 2019" ..\..\..\source -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON'
|
||||||
type CMakeFiles\CMakeOutput.log
|
|
||||||
type CMakeFiles\CMakeError.log
|
|
||||||
- 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