Skip to content

Commit

Permalink
Test centos7_22
Browse files Browse the repository at this point in the history
  • Loading branch information
ErDumont committed Sep 22, 2023
1 parent 5e395d2 commit 65c2afd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
cmake-version: '3.22.x'

- name: Checkout sources
uses: actions/checkout@v1

- name: Install boost
run: |
source /opt/rh/devtoolset-9/enable
Expand All @@ -33,15 +36,12 @@ jobs:
./bootstrap.sh --prefix=/usr/local
./b2 install --without-python -j 5
cd ..
- name: Checkout sources
uses: actions/checkout@v1

- name: Configure 3rd parties
run: |
source /opt/rh/devtoolset-9/enable
cmake -S $GITHUB_WORKSPACE/metrix-simulator/external -B $GITHUB_WORKSPACE/metrix-simulator/build-linux/external
- name: Build 3rd parties
run: |
cmake --build $GITHUB_WORKSPACE/metrix-simulator/build-linux/external --parallel 2
Expand Down Expand Up @@ -97,6 +97,9 @@ jobs:
env:
SONAR_SCANNER_VERSION: 3.3.0.1492

- name: Checkout sources
uses: actions/checkout@v1

- name: Install boost
run: |
source /opt/rh/devtoolset-9/enable
Expand All @@ -107,9 +110,6 @@ jobs:
./b2 install --without-python -j 5
cd ..
- name: Checkout sources
uses: actions/checkout@v1

- name: Configure 3rd parties
run: |
source /opt/rh/devtoolset-9/enable
Expand Down

0 comments on commit 65c2afd

Please sign in to comment.