Skip to content

Commit acc48f6

Browse files
committed
verbose nmake
1 parent f7920a2 commit acc48f6

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
@@ -12,7 +12,7 @@ install:
1212
- cmd: conda config --add channels defaults
1313
- cmd: conda config --add channels conda-forge
1414
- cmd: conda config --add channels isuruf/label/flang
15-
- cmd: conda install --yes clangdev openmp cmake
15+
- cmd: conda install --yes --quiet clangdev openmp cmake
1616

1717

1818
build_script:
@@ -21,4 +21,4 @@ build_script:
2121
- set "PATH=%cd%\bin;%PATH%"
2222
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
2323
- cmake -G "NMake Makefiles" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_Fortran_COMPILER=flang -DCMAKE_BUILD_TYPE=Release ..
24-
- nmake
24+
- nmake VERBOSE=1

0 commit comments

Comments
 (0)