Update azure-pipelines.yml
This commit is contained in:
parent
4cbcd1f8a5
commit
39fb0de05c
|
@ -118,6 +118,9 @@ jobs:
|
|||
cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_Fortran_COMPILER=flang -DCMAKE_MT=mt -DCMAKE_BUILD_TYPE=Release -DMSVC_STATIC_CRT=ON ..
|
||||
cmake --build . --config Release
|
||||
ctest --verbose
|
||||
cd build\test
|
||||
./dblat2 <../../test/dblat2.dat
|
||||
cat DBLAT2.SUMM
|
||||
|
||||
- job: OSX_OpenMP
|
||||
pool:
|
||||
|
|
Loading…
Reference in New Issue