Skip to content

Commit

Permalink
Test_centos7_release_82
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 17, 2023
1 parent 6609bf1 commit 3f11681
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,17 @@ jobs:
echo ${{ runner.workspace }}
pwd
ls
/home/runner/work/powsybl-metrix/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir $GITHUB_WORKSPACE/metrix-simulator/build/output
cd __w
echo "on va dans __w"
ls
cd powsybl-metrix
echo "on va dans powsybl-metrix"
ls
cd powsybl-metrix
echo "on va dans powsybl-metrix"
ls
cd ../../..
__w/powsybl-metrix/powsybl-metrix/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir $GITHUB_WORKSPACE/metrix-simulator/build/output
cmake --build $GITHUB_WORKSPACE/metrix-simulator/build --parallel 2 --target install
- name: Tests
run: cd $GITHUB_WORKSPACE/metrix-simulator/build && ctest -j8 --output-on-failure
Expand Down

0 comments on commit 3f11681

Please sign in to comment.