Skip to content

Commit

Permalink
try standalone cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Aug 14, 2023
1 parent d77ef27 commit 4eca1d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ jobs:
export PATH=${PWD}/cppflow/build:$PATH
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Dmpi=OFF -Dopenmp=OFF -Ddocs=ON -Dcppflow=ON
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON -Dcppflow=ON
fi
- name: Build
run: |
if [[ "$USE_CONAN" = 1 ]]; then
conan build ${{github.workspace}} -bf ${{github.workspace}}/build
else
cd ${{github.workspace}}/build
make -j
make -j install
fi
Expand Down

0 comments on commit 4eca1d9

Please sign in to comment.