Skip to content

Commit

Permalink
Create appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Mar 30, 2016
1 parent 8c6ff88 commit 836ab28
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
environment:
P: "c:/projects/libs"

# clone directory
clone_folder: c:\projects\ltp

os: Visual Studio 2013
platform: x64
configuration: Release

install:
# by default, all script lines are interpreted as batch

build:
project: INSTALL.vcxproj # path to Visual Studio solution or project

# scripts to run before build
before_build:
- echo Running cmake...
- cd c:\projects\ltp
- cmake -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=%P%

0 comments on commit 836ab28

Please sign in to comment.