Skip to content

Commit 1c66839

Browse files
committed
appveyor fix
1 parent 048fac2 commit 1c66839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 1.0.{build}
22

33
build_script:
4-
- cmd: >-
4+
- cmd: >-
55
cmake --config Release -Bbuild -H. -G"Visual Studio 14 2015 Win64"
66
msbuild /p:Configuration=Release build\precomp.sln
77
88
artifacts:
9-
- path: build\Release\precomp.exe
9+
- path: build\Release\precomp.exe

0 commit comments

Comments
 (0)