Skip to content

Commit

Permalink
verbose nmake
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Oct 25, 2017
1 parent f7920a2 commit acc48f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- cmd: conda config --add channels defaults
- cmd: conda config --add channels conda-forge
- cmd: conda config --add channels isuruf/label/flang
- cmd: conda install --yes clangdev openmp cmake
- cmd: conda install --yes --quiet clangdev openmp cmake


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

0 comments on commit acc48f6

Please sign in to comment.