This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add appveyor
tags/4.0
Syrone Wong
7 years ago
parent
e747805c36
commit
805edb9809
1 changed files
with
22 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+22
-0
appveyor.yml
+ 22
- 0
appveyor.yml
View File
@@ -0,0 +1,22 @@
version: 1.0.{build}
image: Visual Studio 2015
environment:
matrix:
- platform: x86
configuration: Debug
- platform: x86
configuration: Release
matrix:
fast_finish: false
nuget:
project_feed: true
before_build:
- cmd: nuget restore
build:
parallel: true
verbosity: normal
artifacts:
- path: shadowsocks-csharp\bin\x86\Release\Shadowsocks.exe
name: Shadowsocks-release.exe
- path: shadowsocks-csharp\bin\x86\Debug\Shadowsocks.exe
name: Shadowsocks-debug.exe
Write
Preview
Loading…
Cancel
Save