Skip to content

Commit e0bd7f2

Browse files
committed
Hide the verbose 7z extraction output on AppVeyor.
1 parent a465e3d commit e0bd7f2

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
@@ -37,7 +37,7 @@ environment:
3737

3838
install:
3939
- appveyor DownloadFile https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm_windows_x86.7z
40-
- 7z x llvm_windows_x86.7z -o%DEPS_PATH%\llvm -y
40+
- 7z x llvm_windows_x86.7z -o%DEPS_PATH%\llvm -y > nul
4141

4242
build_script:
4343
- build\premake5.exe --file=build\premake4.lua %VS_VERSION%

0 commit comments

Comments
 (0)