Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjian19 authored Dec 20, 2024
1 parent 2958d9e commit d8ecaf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- name: Install openmpi
run: |
sudo apt-get install -y openmpi-bin libopenmpi-dev
- name: Build OpenCFD-Comb
run: |
cmake -S . -B build
cmake --build build -j 2
cmake --install build
./build/bin/gridgen-isotropic
cp -v OCFD-grid.dat ./build/RunTests/isotropic
ctest --test-dir build

0 comments on commit d8ecaf2

Please sign in to comment.