Skip to content

Commit

Permalink
Test_centos7_release_58
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 2a72c90 commit 40448b1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,18 @@ jobs:
cmake -S $GITHUB_WORKSPACE/metrix-simulator/external -B $GITHUB_WORKSPACE/metrix-simulator/build-linux/external
- name: Build 3rd parties
run: >
run: |
pwd
ls
cd metrix-simulator
echo "on part dans metrix-simulator"
ls
cd build
echo "on part dans build"
ls
cd external
echo "on part dans external"
ls
cmake --build $GITHUB_WORKSPACE/metrix-simulator/build/external --parallel 2
- name: Configure CMake
Expand Down

0 comments on commit 40448b1

Please sign in to comment.