Skip to content

Commit 819ff7b

Browse files
author
Mariusz Glebocki
committed
Appveyor: Change build folder name
The old name conflicts with Bazel's BUILD file.
1 parent ba063eb commit 819ff7b

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
@@ -16,7 +16,7 @@ build_script:
1616
- cmake --version
1717
# The build script starts in root.
1818
- set JSONCPP_FOLDER=%cd%
19-
- set JSONCPP_BUILD_FOLDER=%JSONCPP_FOLDER%\build\release
19+
- set JSONCPP_BUILD_FOLDER=%JSONCPP_FOLDER%\build_out\release
2020
- mkdir -p %JSONCPP_BUILD_FOLDER%
2121
- cd %JSONCPP_BUILD_FOLDER%
2222
- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX:PATH=%CD:\=/%/install -DBUILD_SHARED_LIBS:BOOL=ON %JSONCPP_FOLDER%

0 commit comments

Comments
 (0)