[Scummvm-git-logs] scummvm master -> 7a9c8ee15bb7e0458c814ea06af0f23eb2f879b3
ccawley2011
ccawley2011 at gmail.com
Sun Jul 19 10:23:56 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7a9c8ee15b CI: Enable all engines for MSVC builds
Commit: 7a9c8ee15bb7e0458c814ea06af0f23eb2f879b3
https://github.com/scummvm/scummvm/commit/7a9c8ee15bb7e0458c814ea06af0f23eb2f879b3
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-07-19T11:23:52+01:00
Commit Message:
CI: Enable all engines for MSVC builds
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eacd2fabac..93eb43064c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: |
More information about the Scummvm-git-logs
mailing list