Skip to content

Commit

Permalink
Add submodule init in the worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau authored May 16, 2020
1 parent db10582 commit 8dfc31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/for_maintainers/new_gudhi_version_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rm -rf data/points/COIL_database/lucky_cat.off_dist data/points/COIL_database/lu

Checkin the modifications, build and test the version:
```bash
git submodule update --init
mkdir build
cd build
cmake -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_BENCHMARK=ON -DUSER_VERSION_DIR=gudhi.@GUDHI_VERSION@ -DPython_ADDITIONAL_VERSIONS=3 ..
Expand Down

0 comments on commit 8dfc31c

Please sign in to comment.