Skip to content

Commit

Permalink
Use AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkager committed Dec 30, 2016
1 parent 6a692e2 commit e0c967d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 1.0.{build}
environment:
INCLUDE: C:\Program Files\Java\jdk1.8.0\include;C:\Program Files\Java\jdk1.8.0\include\win32
install:
- cmd: cinst pandoc
build_script:
- ps: >-
cmd.exe /c build_dotnet.bat
cmd.exe /c build_jni.bat
cmd.exe /c build_python.bat
cmd.exe /c build_tolk_x64.bat
cmd.exe /c build_tolk_x86.bat
cmd.exe /c clean.bat
cmd.exe /c build_doc.bat
7z a tolk.zip $Env:APPVEYOR_BUILD_FOLDER\*
artifacts:
- path: tolk.zip
name: Tolk

0 comments on commit e0c967d

Please sign in to comment.