Skip to content

Commit

Permalink
Test_centos7_release_89
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 d4704e7 commit 534e047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ jobs:
run: |
pwd
ls
build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir $GITHUB_WORKSPACE/metrix-simulator/build/output
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: Build
run: cmake --build $GITHUB_WORKSPACE/metrix-simulator/build --parallel 2 --target install
# - name: Build
# run: 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 534e047

Please sign in to comment.