Skip to content

Commit

Permalink
Test_centos7_release_27
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 12, 2023
1 parent 0d2812c commit 9c9cd6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c9cd6e

Please sign in to comment.