Skip to content

Commit

Permalink
Test_c7_23
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Nov 22, 2023
1 parent a007f22 commit 2835433
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name : Install Python Xpress
run: |
pip3 install xpress
cd ../../..
echo ${{runner.workspace}}
cd /./usr/local/lib64/python3.6/site-packages/xpress
cd
pwd
cd ./usr/local/lib64/python3.6/site-packages/xpress/lib
ln -s libxprs.so* libxprs.so
Expand All @@ -58,6 +60,11 @@ jobs:
echo "XPRESS=/home/runner/.local/lib/python3.10/site-packages/xpress/license/community-xpauth.xpr" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=/home/runner/.local/lib/python3.10/site-packages/xpress/lib" >> $GITHUB_ENV
- name: Configure 3rd parties
run: |
source /opt/rh/devtoolset-9/enable
cmake -S $GITHUB_WORKSPACE/metrix-simulator/external -B $GITHUB_WORKSPACE/metrix-simulator/build-centos7/external -DCMAKE_BUILD_TYPE=Release \ -DUSE_XPRESS=${{ matrix.xprs }} \
- name: Configure 3rd parties
working-directory: metrix-simulator
run: |
Expand All @@ -75,6 +82,7 @@ jobs:
- name: Configure CMake
working-directory: metrix-simulator
run: |
source /opt/rh/devtoolset-9/enable
cmake -S . \
-B build-linux \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 2835433

Please sign in to comment.