CI: Enable all engines for MSVC builds
This commit is contained in:
parent
b41c5f1952
commit
7a9c8ee15b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
run: |
|
||||
mkdir build-scummvm
|
||||
cd build-scummvm
|
||||
../devtools/create_project/cmake/Debug/create_project.exe .. --msvc --enable-faad --enable-mpeg2 --use-canonical-lib-names
|
||||
../devtools/create_project/cmake/Debug/create_project.exe .. --msvc --enable-all-engines --enable-faad --enable-mpeg2 --use-canonical-lib-names
|
||||
ls
|
||||
- name: set SCUMMVM_LIBS env variable
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue