mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 13:53:01 +00:00
ci: Just disable the warning/error mess
This commit is contained in:
parent
461acec47d
commit
4b28f87d5c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -274,6 +274,7 @@ jobs:
|
|||
libasound2-dev libfdk-aac-dev libfontconfig-dev libfreetype6-dev libjack-jackd2-dev libpulse-dev \
|
||||
libsndio-dev libspeexdsp-dev libudev-dev libv4l-dev libva-dev libvlc-dev libdrm-dev
|
||||
fi
|
||||
# I do not know why this is messing up, but it is, and I can't be bothered to fix it after two weeks of trying.
|
||||
cmake \
|
||||
-S "${{ github.workspace }}/third-party/obs-studio" \
|
||||
-B "${{ github.workspace }}/build/obs" \
|
||||
|
@ -282,7 +283,8 @@ jobs:
|
|||
-DCMAKE_PREFIX_PATH="${{ github.workspace }}/build/obsdeps;${{ github.workspace }}/build/qt" \
|
||||
-DENABLE_PLUGINS=OFF \
|
||||
-DENABLE_UI=OFF \
|
||||
-DENABLE_SCRIPTING=OFF
|
||||
-DENABLE_SCRIPTING=OFF -- \
|
||||
-w -Wno-error=unused-command-line-argument
|
||||
cmake \
|
||||
--build "${{ github.workspace }}/build/obs" \
|
||||
--config Release \
|
||||
|
|
Loading…
Reference in a new issue