Skip to content

Commit

Permalink
Use OpenCV v4.10.0 as defulat in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BAILOOL committed Nov 11, 2024
1 parent d264d18 commit da1f325
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
workflow_dispatch:

env:
MC_CALIB_PROD_DOCKER_IMG: bailool/mc-calib-prod:opencv420
MC_CALIB_DEV_DOCKER_IMG: bailool/mc-calib-dev:opencv420
MC_CALIB_PROD_DOCKER_IMG: bailool/mc-calib-prod:opencv410
MC_CALIB_DEV_DOCKER_IMG: bailool/mc-calib-dev:opencv410

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
./apps/calibrate/calibrate ../tests/configs_for_end2end_tests/calib_param_synth_Scenario1.yml
unit-tests-in-release-mode-opencv420:
unit-tests-in-release-mode-opencv410:
runs-on: ubuntu-latest
needs:
- clang-format-lint
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
make -j4
./tests/boost_tests_run
unit-tests-in-release-mode-opencv410:
unit-tests-in-release-mode-opencv420:
runs-on: ubuntu-latest
needs:
- clang-format-lint
Expand All @@ -262,18 +262,7 @@ jobs:
- name: Run tests
uses: addnab/docker-run-action@v3
with:
image: bailool/mc-calib-prod:opencv410
options: -v ${{ github.workspace }}:/home/MC-Calib:rw
run: |
mkdir MC-Calib/build && cd MC-Calib/build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
./tests/boost_tests_run
- name: Run tests
uses: addnab/docker-run-action@v3
with:
image: bailool/mc-calib-prod:opencv410
image: bailool/mc-calib-prod:opencv420
options: -v ${{ github.workspace }}:/home/MC-Calib:rw
run: |
mkdir MC-Calib/build && cd MC-Calib/build
Expand Down

0 comments on commit da1f325

Please sign in to comment.