From 3acc773c7b70a30adc7219ff1b5560dd39078048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Wed, 29 Nov 2023 19:24:09 +0100 Subject: [PATCH] installation --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2cf56881d..1900213b48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -390,6 +390,7 @@ installation: - bash maintainer/CI/build_cmake.sh - cd build - make install + - cmake . -D ESPRESSO_BUILD_TESTS=ON # get path of installed files - CI_INSTALL_DIR="/tmp/espresso-unit-tests" - CI_INSTALL_PYTHON_PATH=$(dirname $(find "${CI_INSTALL_DIR}/lib" -name espressomd))