diff options
author | crupest <crupest@outlook.com> | 2019-03-31 15:02:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-31 15:02:22 +0800 |
commit | 877f65e2e2c40eecc7cfeb194dc9d391af60711b (patch) | |
tree | 3d229f451aef6f551df3558cdf2e5d9cba586d5a /azure-pipelines.yml | |
parent | 4c32118df08223dac19f3cf0b10bf187275f0d94 (diff) | |
download | cru-877f65e2e2c40eecc7cfeb194dc9d391af60711b.tar.gz cru-877f65e2e2c40eecc7cfeb194dc9d391af60711b.tar.bz2 cru-877f65e2e2c40eecc7cfeb194dc9d391af60711b.zip |
Remove skia.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15b320af..d4824188 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,13 +7,12 @@ jobs: vmImage: 'VS2017-Win2016' strategy: matrix: -# currently x86 not work because fuck skia build system -# x86_debug: -# buildPlatform: 'x86' -# buildConfiguration: 'Debug' -# x86_release: -# buildPlatform: 'x86' -# buildConfiguration: 'Release' + x86_debug: + buildPlatform: 'x86' + buildConfiguration: 'Debug' + x86_release: + buildPlatform: 'x86' + buildConfiguration: 'Release' x64_debug: buildPlatform: 'x64' buildConfiguration: 'Debug' |