Skip to content

Commit

Permalink
Move Capture to reprostim-videocapture, #116.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua authored and yarikoptic committed Dec 18, 2024
1 parent 9e51900 commit 85db7ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
cd build
cmake ..
make
working-directory: Capture
working-directory: src/reprostim-capture

- name: Test "reprostim-videocapture -h"
run: |
./reprostim-videocapture -V
./reprostim-videocapture -h
working-directory: Capture/build/videocapture
working-directory: src/reprostim-capture/build/videocapture

- name: Test "reprostim-screencapture -h"
run: |
./reprostim-screencapture -V
./reprostim-screencapture -h
working-directory: Capture/build/screencapture
working-directory: src/reprostim-capture/build/screencapture

- name: Run tests with CTest
run: |
ctest --output-on-failure
working-directory: Capture/build
working-directory: src/reprostim-capture/build

0 comments on commit 85db7ca

Please sign in to comment.