mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
Update .appveyor.yml
This commit is contained in:
parent
a52b5be0ac
commit
2c19c991b5
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue