Host: Moving the default host to a subproject, Kyoo is now a library without host

This commit is contained in:
Zoe Roux
2021-08-30 13:43:54 +02:00
committed by Diabltica
parent acf87b2619
commit e338fc6b37
14 changed files with 94 additions and 34 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
- name: Select the project to build
shell: bash
run: echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] && echo Kyoo.WindowsHost || echo Kyoo)" >> $GITHUB_ENV
run: echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] && echo Kyoo.Host.WindowsTrait || echo Kyoo.Host.Console)" >> $GITHUB_ENV
- name: Build the app
env:
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include