CI: Enforcing coding style

This commit is contained in:
Zoe Roux
2021-09-13 21:10:26 +02:00
parent 17ae46546b
commit 0c6d527f3c
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ jobs:
shell: bash
run: |
echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] \
&& echo " -p:IncludeConsole=true src/Kyoo.Host.WindowsTrait" \
|| echo src/Kyoo.Host.Console)" >> $GITHUB_ENV
&& echo " -p:IncludeConsole=true -p:CheckCodingStyle=false src/Kyoo.Host.WindowsTrait" \
|| echo " -p:CheckCodingStyle=false src/Kyoo.Host.Console")" >> $GITHUB_ENV
- name: Build the app
env:
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include