mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
CI: Adding the console host on the windows build
This commit is contained in:
parent
75346d8f7a
commit
fe70b1de66
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -43,7 +43,10 @@ jobs:
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Select the project to build
|
||||
shell: bash
|
||||
run: echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] && echo Kyoo.Host.WindowsTrait || echo Kyoo.Host.Console)" >> $GITHUB_ENV
|
||||
run: |
|
||||
echo "PROJECT=$([ "${{runner.os}}" == "Windows" ]
|
||||
&& echo " -p:IncludeConsole=true Kyoo.Host.WindowsTrait"
|
||||
|| echo Kyoo.Host.Console)" >> $GITHUB_ENV
|
||||
- name: Build the app
|
||||
env:
|
||||
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
|
||||
|
Loading…
x
Reference in New Issue
Block a user