Skip to content

Commit 591d853

Browse files
committed
Add mingw target.
1 parent bea7488 commit 591d853

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
target: i686-pc-windows-msvc
1212
x64:
1313
target: x86_64-pc-windows-msvc
14-
# x86-gnu:
15-
# target: i686-pc-windows-gnu
16-
# x64-gnu:
17-
# target: x86_64-pc-windows-gnu
14+
x86-gnu:
15+
target: i686-pc-windows-gnu
16+
x64-gnu:
17+
target: x86_64-pc-windows-gnu
1818
pool:
1919
vmImage: windows-latest
2020

0 commit comments

Comments
 (0)