summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJoergAtGithub <JoergAtGithub@worldwartweb.com>2021-04-11 13:31:49 +0200
committerJoergAtGithub <JoergAtGithub@worldwartweb.com>2021-04-11 13:31:49 +0200
commit895a485fa88221ce7afe8edbdb605a51a9fa07dd (patch)
tree6f2b1a475d7d1191632e694a737c09c1968f99b5 /.github/workflows/build.yml
parentd4108005a7c79abc40061682c1428a27d24fd34a (diff)
Fixed build settings for local Windows development environment
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c19c5d60c7..cd7dd0a220 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -80,6 +80,9 @@ jobs:
- name: Windows 2019 (MSVC)
os: windows-2019
# TODO: Reenable FFmpeg after licensing issues have been clarified
+ # Attention: If you change the cmake_args for the Windows CI build,
+ # also adjust the for the local Windows build setup in
+ # ./tools/windows_buildenv.bat
cmake_args: >-
-DBULK=OFF
-DFFMPEG=OFF