From bd1a6960fb890451f56725589a00753007514302 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 27 Oct 2014 08:16:34 +0000 Subject: [PATCH] --- utils/nightly/gmsh_linux64_test.ctest | 11 +++++++++++ utils/nightly/gmsh_mac_test.ctest | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 utils/nightly/gmsh_linux64_test.ctest create mode 100644 utils/nightly/gmsh_mac_test.ctest diff --git a/utils/nightly/gmsh_linux64_test.ctest b/utils/nightly/gmsh_linux64_test.ctest new file mode 100644 index 0000000000..b8a0ef7ed6 --- /dev/null +++ b/utils/nightly/gmsh_linux64_test.ctest @@ -0,0 +1,11 @@ +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle +# +# See the LICENSE.txt file for license information. Please report all +# bugs and problems to the public mailing list <gmsh@geuz.org>. + +set(EXTRA_VERSION "-svn") +include(gmsh_linux64.ctest) + +set(EXTRA_VERSION "-dynamic-svn") +set(BUILD_DYNAMIC true) +include(gmsh_linux64.ctest) diff --git a/utils/nightly/gmsh_mac_test.ctest b/utils/nightly/gmsh_mac_test.ctest new file mode 100644 index 0000000000..c53809b7e9 --- /dev/null +++ b/utils/nightly/gmsh_mac_test.ctest @@ -0,0 +1,11 @@ +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle +# +# See the LICENSE.txt file for license information. Please report all +# bugs and problems to the public mailing list <gmsh@geuz.org>. + +set(EXTRA_VERSION "-svn") +include(gmsh_mac.ctest) + +set(EXTRA_VERSION "-dynamic-svn") +set(BUILD_DYNAMIC true) +include(gmsh_mac.ctest) -- GitLab