summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-05-16 10:33:23 +0200
committerGitHub <noreply@github.com>2020-05-16 10:33:23 +0200
commit8dfc31c57586b07524728c939593f216c5d640f5 (patch)
treed5c461e1a6184c90f9192e9354edcb5daee364e0
parentdb10582cb0f8fecba654153d248142489ab6b883 (diff)
Add submodule init in the worflow
-rw-r--r--.github/for_maintainers/new_gudhi_version_creation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/for_maintainers/new_gudhi_version_creation.md b/.github/for_maintainers/new_gudhi_version_creation.md
index f176d392..8674222b 100644
--- a/.github/for_maintainers/new_gudhi_version_creation.md
+++ b/.github/for_maintainers/new_gudhi_version_creation.md
@@ -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 ..