Skip to content

Commit

Permalink
Test_centos7_release_43
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 16, 2023
1 parent c67882b commit 40f481b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ jobs:
- name: Configure CMake (For Release)
if: github.event_name == 'release'
run: |
pwd
ls
source /opt/rh/devtoolset-9/enable
cmake -Wno-dev -S $GITHUB_WORKSPACE/metrix-simulator -B $GITHUB_WORKSPACE/metrix-simulator/build
-DCMAKE_BUILD_TYPE=Debug
Expand All @@ -142,6 +140,8 @@ jobs:
- name: Configure CMake (For Pull Request)
if: github.event_name != 'release'
run: |
pwd
ls
source /opt/rh/devtoolset-9/enable
cmake -Wno-dev -S $GITHUB_WORKSPACE/metrix-simulator -B $GITHUB_WORKSPACE/metrix-simulator/build
-DCMAKE_BUILD_TYPE=Debug
Expand Down

0 comments on commit 40f481b

Please sign in to comment.