Skip to content

Commit acba60a

Browse files
committed
Merge branch 'dev' into dev2
2 parents c49c8ac + afbc581 commit acba60a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

azure-pipelines.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ trigger:
77
branches:
88
include:
99
- master
10-
- dev
11-
- dev2
1210
- dev3
11+
- dev2
12+
- dev
1313
tags:
1414
include:
1515
- v*
@@ -34,6 +34,14 @@ jobs:
3434
BuildType: secure
3535
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
3636
MSBuildConfiguration: Release
37+
Debug x86:
38+
BuildType: debug
39+
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -A Win32
40+
MSBuildConfiguration: Debug
41+
Release x86:
42+
BuildType: release
43+
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -A Win32
44+
MSBuildConfiguration: Release
3745
steps:
3846
- task: CMake@1
3947
inputs:

0 commit comments

Comments
 (0)