From 1e9803eba5a8368ff79a7274da100e496f9a0c89 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Wed, 14 Feb 2024 14:31:07 +0100 Subject: [PATCH] CI: try to use the group compound lib This is likely to fail if we don't have the right mounts... --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35d978d02..3e8e311aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,10 @@ test:centos7.3: -DCMAKE_EXE_LINKER_FLAGS=" -pthread" - make -j 2 - echo " ... done building OST." - - echo " Running unit tests for OST..." + - echo " Linking the compound library..." + - ln -s /scicore/home/schwede/GROUP/OpenStructure/ChemLib/2.6/compounds.chemlib stage/share/openstructure/ + - echo " ... done linking the compound library..." + - echo " Running unit tests for OST..." - make check - echo " ... done running unit tests for OST..." - echo "... done testing on CentOS 7." -- GitLab