Skip to content

Commit

Permalink
Test_centos7_45
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Oct 4, 2023
1 parent 74820a5 commit 25fa683
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
# - name: Tests
# run: cd $GITHUB_WORKSPACE/metrix-simulator/build-linux && ctest -j2 --output-on-failure
- name: Prepare Metrix install
on:
push:
tags:
- '*'
id: metrix-install
run: |
ARCHIVE_NAME="metrix-simulator.zip"
Expand All @@ -66,6 +70,10 @@ jobs:
echo "::set-output name=archive_path::$ARCHIVE_PATH"
- name: Upload OR-Tools install artifact
on:
push:
tags:
- '*'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.metrix-install.outputs.archive_name }}
Expand All @@ -75,6 +83,10 @@ jobs:
name: Publish release assets
needs: linux
runs-on: ubuntu-latest
on:
push:
tags:
- '*'
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
java-version: 11

- name: Install gcovr
run: sudo pip install gcovr
run: |
sudo apt-get update -y
sudo apt-get install -y gcovr
- name: Install Sonar wrapper
working-directory: ${{ runner.workspace }}
Expand Down

0 comments on commit 25fa683

Please sign in to comment.