Skip to content

more workflow testing to enable hdf5 and veloxchem #815

more workflow testing to enable hdf5 and veloxchem

more workflow testing to enable hdf5 and veloxchem #815

Workflow file for this run

name: Windows (MSVC)
on: [push]
jobs:
ci:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: prepare
run: |
git submodule update --init --recursive
- name: cmake
run: |
cmake .
- name: build
run: |
cmake --build . --config Release -- /nologo /verbosity:minimal /maxcpucount:4