Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
fix(images): use bundled opencv rather than opencv4nodejs, via @appiu…
Browse files Browse the repository at this point in the history
…m/opencv
  • Loading branch information
jlipps committed Jan 21, 2022
1 parent bda38aa commit ef65ac3
Show file tree
Hide file tree
Showing 11 changed files with 1,292 additions and 1,588 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
OPENCV4NODEJS_AUTOBUILD_OPENCV_VERSION: 3.4.16
OPENCV_BUILD_ROOT: ~/opencv
steps:
- name: Node Setup
uses: actions/[email protected]
Expand All @@ -38,10 +35,6 @@ jobs:
- name: Lint
run: npm run test:lint

# don't waste 20 minutes installing opencv if we don't get past lint
- name: E2E Install
run: npm install @u4/opencv4nodejs && npx build-opencv install build

- name: Unit Tests
run: npm run test:unit

Expand Down
1,671 changes: 695 additions & 976 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit ef65ac3

Please sign in to comment.