From 9c9cd6ecde65e2d49616b111d399fd68eb59960a Mon Sep 17 00:00:00 2001 From: arnaud Date: Thu, 12 Oct 2023 10:55:43 +0200 Subject: [PATCH] Test_centos7_release_27 Signed-off-by: arnaud --- .github/workflows/ci_centos7.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index e5d07bb04..02a9bed20 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -58,14 +58,14 @@ jobs: cd __w echo "on part dans __w" ls - cd Boost/Boost/boost_1_73_0 - echo "On part dans __w/Boost/Boost/boost_1_73_0" + cd Boost/Boost/boost_1_73_0/installBoost + echo "On part dans __w/Boost/Boost/boost_1_73_0/installBoost" ls - cd ../../../.. + cd ../../../../ echo "On part deux crans en arrière" ls source /opt/rh/devtoolset-9/enable - cmake -S $GITHUB_WORKSPACE/metrix-simulator -Wno-dev -DCMAKE_BUILD_TYPE=Release -DBoost_ROOT=$GITHUB_WORKSPACE/__w/Boost/Boost/boost_1_73_0 -DBOOST_LIBRARYDIR=$GITHUB_WORKSPACE/__w/Boost/Boost/boost_1_73_0/boost -DBOOST_USE_STATIC_LIBS=ON -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/metrix-simulator/build-linux/install -B $GITHUB_WORKSPACE/metrix-simulator/build-linux + cmake -S $GITHUB_WORKSPACE/metrix-simulator -Wno-dev -DCMAKE_BUILD_TYPE=Release -DBoost_ROOT=$GITHUB_WORKSPACE/__w/Boost/Boost/boost_1_73_0/installBoost -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/metrix-simulator/build-linux/install -B $GITHUB_WORKSPACE/metrix-simulator/build-linux - name: Build run: cmake --build $GITHUB_WORKSPACE/metrix-simulator/build-linux --target install --parallel 2