You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the updated vcpkg, the build is taking a significantly longer
time to run due to needing to build all of the vcpkg-installed libraries
from scratch. Therefore, to save sanity and allow the built libraries
to get cached, the actual CEmu build steps have been removed temporarily
until things work here.
# Figure out version to set - if tag is defined, use that.
56
-
# If not, set it to a space (which would evaluate to empty in our QMake command).
57
-
- cmd: if defined APPVEYOR_REPO_TAG_NAME (set CEMU_VERSION=%APPVEYOR_REPO_TAG_NAME% & echo Using tagged version %CEMU_VERSION%) ELSE (set "CEMU_VERSION= " & echo No version defined, using empty version '%CEMU_VERSION%' and allowing QMake to set default for dev.)
58
-
59
-
- setlocal
60
-
61
-
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
0 commit comments