Skip to content

Commit

Permalink
Remove test .mak and .sh files, use makefile instead
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Mar 25, 2024
1 parent 4753546 commit 5767e48
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 43 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ jobs:
- name: Install dependencies
run: sudo apt install libusb-1.0-0-dev clang-tools

- name: Clone latest vcam
run: |
git clone https://github.com/petabyt/vcam
cd vcam
make libusb.so
- name: Build
run: |
scan-build make libcamlib.so
make dec
- name: Unit test script
run: bash test/ci.sh
- name: Run main unit test
run: make test

macOS-build:
runs-on: macos-latest
Expand Down
1 change: 0 additions & 1 deletion test/ci-config.mak

This file was deleted.

13 changes: 0 additions & 13 deletions test/ci.sh

This file was deleted.

12 changes: 0 additions & 12 deletions test/config-fuji.mak

This file was deleted.

1 change: 0 additions & 1 deletion test/myci-config.mak

This file was deleted.

12 changes: 0 additions & 12 deletions test/myci.sh

This file was deleted.

2 changes: 0 additions & 2 deletions test/test.d

This file was deleted.

0 comments on commit 5767e48

Please sign in to comment.