summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-24 16:08:19 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-24 16:08:19 +0100
commit63e4222e528317b7e0385bf5881393ff2f97fa80 (patch)
tree65d551a8a9586ab937c5b09ebf7524a41a628cba
parentb35071957e99190db41db3e06e30a1d1fac6e234 (diff)
Fix CI - bad use of skip continuous integration
-rw-r--r--.github/for_maintainers/new_gudhi_version_creation.md3
-rw-r--r--CMakeLists.txt2
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/for_maintainers/new_gudhi_version_creation.md b/.github/for_maintainers/new_gudhi_version_creation.md
index 4a40f373..f176d392 100644
--- a/.github/for_maintainers/new_gudhi_version_creation.md
+++ b/.github/for_maintainers/new_gudhi_version_creation.md
@@ -87,9 +87,6 @@ ln -s @GUDHI_VERSION@ latest
* Tick the *This is a pre-release* check button if this is a release candidate (untick if this is an official version)
* Click the *Publish the release* button
-***[Where X, Y and Z corresponds respectively to the major, minor, and patch version number]***
-
-
## Mail sending
Send version mail to the following lists :
* gudhi-devel@lists.gforge.inria.fr
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9244dc0..0b5f5144 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,7 +65,7 @@ include(GUDHI_user_version_target)
# For "make doxygen" - Requires GUDHI_USER_VERSION_DIR to be set - Done in GUDHI_user_version_target for dev version
include(GUDHI_doxygen_target)
-configure_file(${CMAKE_SOURCE_DIR}/for_dev/for_maintainers/new_gudhi_version_creation.md "${CMAKE_CURRENT_BINARY_DIR}/" @ONLY)
+configure_file(${CMAKE_SOURCE_DIR}/.github/for_maintainers/new_gudhi_version_creation.md "${CMAKE_CURRENT_BINARY_DIR}/" @ONLY)
message("++ GUDHI_MODULES list is:\"${GUDHI_MODULES}\"")
message("++ GUDHI_MISSING_MODULES list is:\"${GUDHI_MISSING_MODULES}\"")