Skip to content

Commit

Permalink
check the generaetd files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 22, 2024
1 parent 3e7af87 commit a516d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
$SENSING_DEV_ROOT= [Environment]::GetEnvironmentVariable("SENSING_DEV_ROOT", "User")
$env:SENSING_DEV_ROOT=${SENSING_DEV_ROOT}
$env:PATH="$env:PATH;$PATH"
cd ${{ github.workspace }}/download/installer/testcases/cpp/opencv_test && cmake ./
cd ${{ github.workspace }}/download/installer/testcases/cpp/opencv_test && cmake ./
cmake --build . --config Release
cd Release && ./opencv_test
cd Release && ls && ./opencv_test
- name: Test opencv (-version v24.01.04)
if: ${{ matrix.version == '-version v24.01.04' }}
Expand All @@ -192,6 +192,6 @@ jobs:
$SENSING_DEV_ROOT= [Environment]::GetEnvironmentVariable("SENSING_DEV_ROOT", "User")
$env:SENSING_DEV_ROOT=${SENSING_DEV_ROOT}
$env:PATH="$env:PATH;$PATH"
cd ${{ github.workspace }}/download/installer/testcases/cpp/opencv_test_v240104 && cmake ./
cd ${{ github.workspace }}/download/installer/testcases/cpp/opencv_test_v240104 && cmake ./
cmake --build . --config Release
cd Release && ./opencv_test
cd Release && ls && ./opencv_test

0 comments on commit a516d0f

Please sign in to comment.