Skip to content

Commit

Permalink
fixup f0fcab0
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jul 23, 2024
1 parent f0fcab0 commit 09263a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-strand-cam-offline-checkerboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- name: Show shared libraries required
run: |
ldd ${{ github.workspace }}/target/release/strand-cam-offline-checkerboards
- name: Test executable on sample data
run: |
curl -O http://strawlab-cdn.com/assets/checkerboard_debug_20240222_164128.zip
unzip checkerboard_debug_20240222_164128.zip
${{ github.workspace }}/target/release/strand-cam-offline-checkerboards checkerboard_debug_20240222_164128 18 8
cat checkerboard_debug_20240222_164128.yaml
- name: Create release directory
run: |
mkdir ${{ github.workspace }}/strand-cam-offline-checkerboards-${{ runner.os }}-${{ matrix.runs-on }}-${{ runner.arch }}
Expand Down

0 comments on commit 09263a9

Please sign in to comment.