Skip to content

Commit

Permalink
AppVeyor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkager committed Feb 5, 2019
1 parent f5f91d7 commit 821ac42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CD = cd
MD = mkdir
RD = rmdir
MD = md
RD = rd
RDFLAGS = /Q /S
CP = copy
ZIP = 7z
Expand Down
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ version: 1.0.{build}
environment:
INCLUDE: C:\Program Files\Java\jdk10\include;C:\Program Files\Java\jdk10\include\win32
install:
- cmd: cinst pandoc
- cinst pandoc
- set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
build_script:
- "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" && nmake /nologo dist
- call vcvars64.bat
- nmake /nologo dist
artifacts:
- path: tolk.zip
name: Tolk
- path: tolk.zip
name: Tolk

0 comments on commit 821ac42

Please sign in to comment.