aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-29 23:55:40 +0800
committercrupest <crupest@outlook.com>2019-03-29 23:55:40 +0800
commit00678563e5d04778ef6bd8f659dde5681b108813 (patch)
treed24944a2cd1969ed04ea2e3f58037fefa84daad0 /azure-pipelines.yml
parent271db8d98021da2b251ea0a8c94a4f34a92acec6 (diff)
downloadcru-00678563e5d04778ef6bd8f659dde5681b108813.tar.gz
cru-00678563e5d04778ef6bd8f659dde5681b108813.tar.bz2
cru-00678563e5d04778ef6bd8f659dde5681b108813.zip
Remove x86 ci.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1e106f3b..7819d469 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,12 +7,13 @@ jobs:
vmImage: 'VS2017-Win2016'
strategy:
matrix:
- x86_debug:
- buildPlatform: 'x86'
- buildConfiguration: 'Debug'
- x86_release:
- buildPlatform: 'x86'
- buildConfiguration: 'Release'
+# currently x86 not work because fuck skia build system
+# x86_debug:
+# buildPlatform: 'x86'
+# buildConfiguration: 'Debug'
+# x86_release:
+# buildPlatform: 'x86'
+# buildConfiguration: 'Release'
x64_debug:
buildPlatform: 'x64'
buildConfiguration: 'Debug'