Skip to content
Snippets Groups Projects
Commit b145b6f5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

coherent 32/64 naming

parent 3d04b4c4
No related branches found
No related tags found
No related merge requests found
File moved
# #
# this will launch a new build every night at 1h01 # this will launch a new build every night at 1h01
# #
1 1 * * * cd ${HOME}/src/gmsh/utils/nightly && /usr/bin/ctest -S gmsh_linux_nightly.ctest -VV > ${HOME}/src/gmsh/nightly.log 2>&1 1 1 * * * cd ${HOME}/src/gmsh/utils/nightly && /usr/bin/ctest -S gmsh_linux32_nightly.ctest -VV > ${HOME}/src/gmsh/nightly.log 2>&1
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC")
set(CDASH_MODEL "Nightly") set(CDASH_MODEL "Nightly")
set(EXTRA_VERSION "-svn") set(EXTRA_VERSION "-svn")
include(gmsh_win.ctest) include(gmsh_linux32.ctest)
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
# bugs and problems to the public mailing list <gmsh@geuz.org>. # bugs and problems to the public mailing list <gmsh@geuz.org>.
set(EXTRA_VERSION "-svn") set(EXTRA_VERSION "-svn")
include(gmsh_linux.ctest) include(gmsh_linux32.ctest)
File moved
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
C: C:
chdir C:\cygwin\bin chdir C:\cygwin\bin
bash --login -c "cd ${HOME}/src/gmsh/utils/nightly && ctest -S gmsh_win_nightly.ctest -VV > ${HOME}/src/gmsh/nightly.log 2>&1" bash --login -c "cd ${HOME}/src/gmsh/utils/nightly && ctest -S gmsh_win32_nightly.ctest -VV > ${HOME}/src/gmsh/nightly.log 2>&1"
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC")
set(CDASH_MODEL "Nightly") set(CDASH_MODEL "Nightly")
set(EXTRA_VERSION "-svn") set(EXTRA_VERSION "-svn")
include(gmsh_linux.ctest) include(gmsh_win32.ctest)
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
# bugs and problems to the public mailing list <gmsh@geuz.org>. # bugs and problems to the public mailing list <gmsh@geuz.org>.
set(EXTRA_VERSION "-svn") set(EXTRA_VERSION "-svn")
include(gmsh_win.ctest) include(gmsh_win32.ctest)
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment