Work on CI integration.

This commit is contained in:
Steffen Schuemann 2019-04-20 09:33:18 +02:00
parent b42a94e1a3
commit 9b670e316e

View File

@ -16,7 +16,7 @@ init:
- cmd: msbuild /version
install:
- git submodule update
- cmd: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
before_build:
- cmake . -Bbuild -A%PLATFORM% -DCMAKE_BUILD_TYPE=%configuration%