diff options
author | Michael Lutz <michi@icosahedron.de> | 2019-05-10 22:20:10 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2019-05-10 22:36:56 +0200 |
commit | 2e7a27d2eecca7405d5ab3a13868793c0362a4c9 (patch) | |
tree | f70886b887ad96693943412a1aaa9314b4e7e8d9 /azure-pipelines-ci.yml | |
parent | 83c1678f9eb75e1a470e477dbeb02e95ad75eabc (diff) | |
download | openttd-2e7a27d2eecca7405d5ab3a13868793c0362a4c9.tar.xz |
Codechange: [AzurePipelines] Speed up non-published CI-builds by doing Debug Windows builds.
Diffstat (limited to 'azure-pipelines-ci.yml')
-rw-r--r-- | azure-pipelines-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 19c185894..bf2fb7232 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -25,6 +25,7 @@ jobs: - template: azure-pipelines/templates/windows-build.yml parameters: BuildPlatform: $(BuildPlatform) + BuildConfiguration: Debug - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86 cd projects |