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

ctest

parent 0b28b3e0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ build_official_linux_gcc: &anchor_build_official_linux_gcc
- cd build
- /usr/local/bin/cmake -DGMSH_EXTRA_VERSION=$EXTRA_VERSION -DCMAKE_PREFIX_PATH='/usr/local/opencascade;/usr/local' -DENABLE_NATIVE_FILE_CHOOSER:bool=FALSE -DPETSC_ARCH=complex_mumps_seq -DPETSC_DIR=/home/geuzaine/src/petsc-3.7.5 -DSLEPC_DIR=/home/geuzaine/src/slepc-3.7.3 ..
- make package -j 2
- /usr/local/bin/ctest -j 2 --output-on-failure
- /usr/local/bin/ctest -D Experimental -j 2 --output-on-failure
- PKG=`ls gmsh-*.tar*`; scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${PKG} geuzaine@gmsh.info:.wwwgmsh/beta/${PKG/\.tar\.gz/\.tgz}
tag_build_official_linux_gcc:
......@@ -63,7 +63,7 @@ build_official_windows_gcc: &anchor_build_official_windows_gcc
- cd build
- bash -c "/usr/bin/cmake -DGMSH_EXTRA_VERSION=$EXTRA_VERSION -DCMAKE_PREFIX_PATH='/usr/local/opencascade;/usr/local;/usr/mingw32/sys-root/mingw' -DCMAKE_C_COMPILER=/usr/bin/mingw32-gcc.exe -DCMAKE_CXX_COMPILER=/usr/bin/mingw32-g++.exe -DCMAKE_Fortran_COMPILER=/usr/bin/mingw32-gfortran.exe -DCMAKE_RC_COMPILER=/usr/bin/mingw32-windres.exe -DPETSC_ARCH=complex_mumps_seq -DPETSC_DIR=/home/geuzaine/src/petsc-3.7.5 -DSLEPC_DIR=/home/geuzaine/src/slepc-3.7.3 .."
- bash -c "/usr/bin/make package -j 2"
- bash -c "/usr/bin/ctest -j 2 --output-on-failure"
- bash -c "/usr/bin/ctest -D Experimental -j 2 --output-on-failure"
- bash -c "/usr/bin/scp -o StrictHostKeyChecking=no -i /home/geuzaine/.ssh/id_rsa gmsh-*.zip geuzaine@gmsh.info:.wwwgmsh/beta/"
tag_build_official_windows_gcc:
......
......@@ -3,11 +3,11 @@
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to the public mailing list <gmsh@onelab.info>.
set(CTEST_PROJECT_NAME ${CUSTOM_DROP_PROJECT})
set(CTEST_PROJECT_NAME Gmsh)
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_DROP_SITE ${CUSTOM_DROP_SITE})
set(CTEST_DROP_LOCATION ${CUSTOM_DROP_LOCATION})
set(CTEST_DROP_SITE onelab.info)
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Gmsh")
set(CTEST_TRIGGER_SITE "")
set(SITE ${GMSH_HOST})
set(BUILDNAME "${GMSH_OS}-${GMSH_PACKAGER}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment