Skip to content

Commit d082f2f

Browse files
committed
dont use %APPVEYOR_BUILD_FOLDER% in project location
Change-Id: I1b8989bacd058edc4e8715b0a33854d998301b49
1 parent 1018d16 commit d082f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_build:
1515
cmake ..
1616
1717
build:
18-
project: %APPVEYOR_BUILD_FOLDER%\build\PCM.sln
18+
project: build\PCM.sln
1919
parallel: true
2020
verbosity: minimal
2121
after_build:

0 commit comments

Comments
 (0)