correct path to preset file and do two quick runs for checking the binary
This commit is contained in:
8
.github/workflows/compile-msvc.yml
vendored
8
.github/workflows/compile-msvc.yml
vendored
@ -20,8 +20,14 @@ jobs:
|
|||||||
- name: Building LAMMPS via CMake
|
- name: Building LAMMPS via CMake
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cmake -C ../cmake/presets/windowws.cmake \
|
cmake -C cmake/presets/windows.cmake \
|
||||||
-S cmake -B build \
|
-S cmake -B build \
|
||||||
-D BUILD_SHARED_LIBS=on \
|
-D BUILD_SHARED_LIBS=on \
|
||||||
-D LAMMPS_EXCEPTIONS=on
|
-D LAMMPS_EXCEPTIONS=on
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
|
|
||||||
|
- name: Run LAMMPS executable
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
./build/Release/lmp.exe -h
|
||||||
|
./build/Release/lmp.exe -in bench/in.lj
|
||||||
|
|||||||
Reference in New Issue
Block a user