Skip to content

Commit

Permalink
Test_c7_26
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Nov 23, 2023
1 parent 48de7d4 commit c46ba00
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cd
pwd
ls
cd ./usr/local/lib64/python3.6/site-packages/xpress/lib
cd //usr/local/lib64/python3.6/site-packages/xpress/lib
ln -s libxprs.so* libxprs.so
- name: Setup xpress env
Expand All @@ -64,17 +64,7 @@ jobs:
- 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: |
source /opt/rh/devtoolset-9/enable
cmake -S external \
-B build-linux/external \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_XPRESS=${{ matrix.xprs }} \
-DXPRESS_ROOT="${{ env.XPRESSDIR }}"
cmake -S $GITHUB_WORKSPACE/metrix-simulator/external -B $GITHUB_WORKSPACE/metrix-simulator/build-centos7/external -DCMAKE_BUILD_TYPE=Release -DUSE_XPRESS=${{ matrix.xprs }} -DXPRESS_ROOT="${{ env.XPRESSDIR }}"
- name: Build 3rd parties
working-directory: metrix-simulator
Expand Down

0 comments on commit c46ba00

Please sign in to comment.