Update .appveyor.yml

This commit is contained in:
klzgrad 2019-04-02 21:15:30 +08:00 committed by GitHub
parent a52b5be0ac
commit 2c19c991b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,15 +4,10 @@ branches:
version: '{build}'
environment:
matrix:
- platform: x64
EXTRA_FLAGS: target_cpu="x64"
- EXTRA_FLAGS: target_cpu="x64"
BUILD_NAME: naiveproxy-$(APPVEYOR_REPO_TAG_NAME)-win64
- platform: x86
EXTRA_FLAGS: target_cpu="x86"
- EXTRA_FLAGS: target_cpu="x86"
BUILD_NAME: naiveproxy-$(APPVEYOR_REPO_TAG_NAME)-win32
platform:
- x64
- x86
image: Visual Studio 2017
install:
- cinst ninja