We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7920a2 commit acc48f6Copy full SHA for acc48f6
.appveyor.yml
@@ -12,7 +12,7 @@ install:
12
- cmd: conda config --add channels defaults
13
- cmd: conda config --add channels conda-forge
14
- cmd: conda config --add channels isuruf/label/flang
15
- - cmd: conda install --yes clangdev openmp cmake
+ - cmd: conda install --yes --quiet clangdev openmp cmake
16
17
18
build_script:
@@ -21,4 +21,4 @@ build_script:
21
- set "PATH=%cd%\bin;%PATH%"
22
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
23
- cmake -G "NMake Makefiles" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_Fortran_COMPILER=flang -DCMAKE_BUILD_TYPE=Release ..
24
- - nmake
+ - nmake VERBOSE=1
0 commit comments