Skip to content

Commit

Permalink
Merge pull request HIT-SCIR#168 from HIT-SCIR/develop
Browse files Browse the repository at this point in the history
zip and artifacts, use vs 2015 only
  • Loading branch information
Oneplus committed May 5, 2016
2 parents 926772e + b9eb6cb commit cdb0c06
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ environment:
# clone directory
clone_folder: c:\projects\ltp

os:
- Visual Studio 2013
- Visual Studio 2015
os: Visual Studio 2015

platform:
- x86
Expand All @@ -26,4 +24,11 @@ build:
before_build:
- echo Running cmake...
- cd c:\projects\ltp
- cmake -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=%P%
- cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=%P%

after_build:
- 7z a ltp-win-$(platform)-$(configuration).zip bin\examples\$(configuration)\*_cmdline bin\$(configuration)\ltp_test lib\$(configuration)\*.dll

artifacts:
- path: ltp-win-$(platform)-$(configuration).zip
- name: ltp-win-$(platform)-$(configuration)

0 comments on commit cdb0c06

Please sign in to comment.